prs_uint32       5755 source3/include/proto.h bool prs_uint32(const char *name, prs_struct *ps, int depth, uint32 *data32);
prs_uint32         67 source3/libgpo/gpext/registry.c 	if (!prs_uint32("signature", ps, depth, &header->signature))
prs_uint32         70 source3/libgpo/gpext/registry.c 	if (!prs_uint32("version", ps, depth, &header->version))
prs_uint32        158 source3/libgpo/gpext/registry.c 	if (!prs_uint32("type", ps, depth, &entry->type))
prs_uint32        164 source3/libgpo/gpext/registry.c 	if (!prs_uint32("size", ps, depth, &size))
prs_uint32       1103 source3/registry/reg_perfcount.c 	if(!prs_uint32("Little Endian", ps, depth, &block.LittleEndian))
prs_uint32       1105 source3/registry/reg_perfcount.c 	if(!prs_uint32("Version", ps, depth, &block.Version))
prs_uint32       1107 source3/registry/reg_perfcount.c 	if(!prs_uint32("Revision", ps, depth, &block.Revision))
prs_uint32       1109 source3/registry/reg_perfcount.c 	if(!prs_uint32("TotalByteLength", ps, depth, &block.TotalByteLength))
prs_uint32       1111 source3/registry/reg_perfcount.c 	if(!prs_uint32("HeaderLength", ps, depth, &block.HeaderLength))
prs_uint32       1113 source3/registry/reg_perfcount.c 	if(!prs_uint32("NumObjectTypes", ps, depth, &block.NumObjectTypes))
prs_uint32       1115 source3/registry/reg_perfcount.c 	if(!prs_uint32("DefaultObject", ps, depth, &block.DefaultObject))
prs_uint32       1119 source3/registry/reg_perfcount.c 	if(!prs_uint32("Padding", ps, depth, &block.Padding))
prs_uint32       1129 source3/registry/reg_perfcount.c 	if(!prs_uint32("SystemNameLength", ps, depth, &block.SystemNameLength))
prs_uint32       1131 source3/registry/reg_perfcount.c 	if(!prs_uint32("SystemNameOffset", ps, depth, &block.SystemNameOffset))
prs_uint32       1160 source3/registry/reg_perfcount.c 		if(!prs_uint32("ByteLength", ps, depth, &counter.ByteLength))
prs_uint32       1162 source3/registry/reg_perfcount.c 		if(!prs_uint32("CounterNameTitleIndex", ps, depth, &counter.CounterNameTitleIndex))
prs_uint32       1164 source3/registry/reg_perfcount.c 		if(!prs_uint32("CounterNameTitlePointer", ps, depth, &counter.CounterNameTitlePointer))
prs_uint32       1166 source3/registry/reg_perfcount.c 		if(!prs_uint32("CounterHelpTitleIndex", ps, depth, &counter.CounterHelpTitleIndex))
prs_uint32       1168 source3/registry/reg_perfcount.c 		if(!prs_uint32("CounterHelpTitlePointer", ps, depth, &counter.CounterHelpTitlePointer))
prs_uint32       1170 source3/registry/reg_perfcount.c 		if(!prs_uint32("DefaultScale", ps, depth, &counter.DefaultScale))
prs_uint32       1172 source3/registry/reg_perfcount.c 		if(!prs_uint32("DetailLevel", ps, depth, &counter.DetailLevel))
prs_uint32       1174 source3/registry/reg_perfcount.c 		if(!prs_uint32("CounterType", ps, depth, &counter.CounterType))
prs_uint32       1176 source3/registry/reg_perfcount.c 		if(!prs_uint32("CounterSize", ps, depth, &counter.CounterSize))
prs_uint32       1178 source3/registry/reg_perfcount.c 		if(!prs_uint32("CounterOffset", ps, depth, &counter.CounterOffset))
prs_uint32       1198 source3/registry/reg_perfcount.c 	if(!prs_uint32("ByteLength", ps, depth, &counter_data.ByteLength))
prs_uint32       1227 source3/registry/reg_perfcount.c 		if(!prs_uint32("ByteLength", ps, depth, &instance.ByteLength))
prs_uint32       1229 source3/registry/reg_perfcount.c 		if(!prs_uint32("ParentObjectTitleIndex", ps, depth, &instance.ParentObjectTitleIndex))
prs_uint32       1231 source3/registry/reg_perfcount.c 		if(!prs_uint32("ParentObjectTitlePointer", ps, depth, &instance.ParentObjectTitlePointer))
prs_uint32       1233 source3/registry/reg_perfcount.c 		if(!prs_uint32("UniqueID", ps, depth, &instance.UniqueID))
prs_uint32       1235 source3/registry/reg_perfcount.c 		if(!prs_uint32("NameOffset", ps, depth, &instance.NameOffset))
prs_uint32       1237 source3/registry/reg_perfcount.c 		if(!prs_uint32("NameLength", ps, depth, &instance.NameLength))
prs_uint32       1268 source3/registry/reg_perfcount.c 		if(!prs_uint32("TotalByteLength", ps, depth, &object.TotalByteLength))
prs_uint32       1270 source3/registry/reg_perfcount.c 		if(!prs_uint32("DefinitionLength", ps, depth, &object.DefinitionLength))
prs_uint32       1272 source3/registry/reg_perfcount.c 		if(!prs_uint32("HeaderLength", ps, depth, &object.HeaderLength))
prs_uint32       1274 source3/registry/reg_perfcount.c 		if(!prs_uint32("ObjectNameTitleIndex", ps, depth, &object.ObjectNameTitleIndex))
prs_uint32       1276 source3/registry/reg_perfcount.c 		if(!prs_uint32("ObjectNameTitlePointer", ps, depth, &object.ObjectNameTitlePointer))
prs_uint32       1278 source3/registry/reg_perfcount.c 		if(!prs_uint32("ObjectHelpTitleIndex", ps, depth, &object.ObjectHelpTitleIndex))
prs_uint32       1280 source3/registry/reg_perfcount.c 		if(!prs_uint32("ObjectHelpTitlePointer", ps, depth, &object.ObjectHelpTitlePointer))
prs_uint32       1282 source3/registry/reg_perfcount.c 		if(!prs_uint32("DetailLevel", ps, depth, &object.DetailLevel))
prs_uint32       1284 source3/registry/reg_perfcount.c 		if(!prs_uint32("NumCounters", ps, depth, &object.NumCounters))
prs_uint32       1286 source3/registry/reg_perfcount.c 		if(!prs_uint32("DefaultCounter", ps, depth, &object.DefaultCounter))
prs_uint32       1288 source3/registry/reg_perfcount.c 		if(!prs_uint32("NumInstances", ps, depth, &object.NumInstances))
prs_uint32       1290 source3/registry/reg_perfcount.c 		if(!prs_uint32("CodePage", ps, depth, &object.CodePage))
prs_uint32        164 source3/registry/regfio.c 		if ( !prs_uint32( "free_size", &hbin->ps, 0, &hbin->free_size ) )
prs_uint32        166 source3/registry/regfio.c 		if ( !prs_uint32( "free_header", &hbin->ps, 0, &header ) )
prs_uint32        212 source3/registry/regfio.c 	if ( !prs_uint32( "unknown1", ps, depth, &file->unknown1 ))
prs_uint32        214 source3/registry/regfio.c 	if ( !prs_uint32( "unknown1 (again)", ps, depth, &file->unknown1 ))
prs_uint32        226 source3/registry/regfio.c 	if ( !prs_uint32( "unknown2", ps, depth, &file->unknown2 ))
prs_uint32        228 source3/registry/regfio.c 	if ( !prs_uint32( "unknown3", ps, depth, &file->unknown3 ))
prs_uint32        230 source3/registry/regfio.c 	if ( !prs_uint32( "unknown4", ps, depth, &file->unknown4 ))
prs_uint32        232 source3/registry/regfio.c 	if ( !prs_uint32( "unknown5", ps, depth, &file->unknown5 ))
prs_uint32        239 source3/registry/regfio.c 	if ( !prs_uint32( "data_offset", ps, depth, &file->data_offset ))
prs_uint32        241 source3/registry/regfio.c 	if ( !prs_uint32( "last_block", ps, depth, &file->last_block ))
prs_uint32        246 source3/registry/regfio.c 	if ( !prs_uint32( "unknown6", ps, depth, &file->unknown6 ))
prs_uint32        253 source3/registry/regfio.c 	if ( !prs_uint32( "checksum", ps, depth, &file->checksum ))
prs_uint32        272 source3/registry/regfio.c 	if ( !prs_uint32( "first_hbin_off", ps, depth, &hbin->first_hbin_off ))
prs_uint32        279 source3/registry/regfio.c 	if ( !prs_uint32( "block_size", ps, depth, &hbin->block_size ))
prs_uint32        284 source3/registry/regfio.c 	if ( !prs_uint32( "block_size2", ps, depth, &block_size2 ))
prs_uint32        315 source3/registry/regfio.c 	if ( !prs_uint32( "rec_size", ps, depth, &nk->rec_size ))
prs_uint32        328 source3/registry/regfio.c 	if ( !prs_uint32( "parent_off", ps, depth, &nk->parent_off ))
prs_uint32        330 source3/registry/regfio.c 	if ( !prs_uint32( "num_subkeys", ps, depth, &nk->num_subkeys ))
prs_uint32        335 source3/registry/regfio.c 	if ( !prs_uint32( "subkeys_off", ps, depth, &nk->subkeys_off ))
prs_uint32        337 source3/registry/regfio.c 	if ( !prs_uint32( "unknown_off", ps, depth, &unknown_off) )
prs_uint32        342 source3/registry/regfio.c 	if ( !prs_uint32( "num_values", ps, depth, &nk->num_values ))
prs_uint32        344 source3/registry/regfio.c 	if ( !prs_uint32( "values_off", ps, depth, &nk->values_off ))
prs_uint32        346 source3/registry/regfio.c 	if ( !prs_uint32( "sk_off", ps, depth, &nk->sk_off ))
prs_uint32        348 source3/registry/regfio.c 	if ( !prs_uint32( "classname_off", ps, depth, &nk->classname_off ))
prs_uint32        351 source3/registry/regfio.c 	if ( !prs_uint32( "max_bytes_subkeyname", ps, depth, &nk->max_bytes_subkeyname))
prs_uint32        353 source3/registry/regfio.c 	if ( !prs_uint32( "max_bytes_subkeyclassname", ps, depth, &nk->max_bytes_subkeyclassname))
prs_uint32        355 source3/registry/regfio.c 	if ( !prs_uint32( "max_bytes_valuename", ps, depth, &nk->max_bytes_valuename))
prs_uint32        357 source3/registry/regfio.c 	if ( !prs_uint32( "max_bytes_value", ps, depth, &nk->max_bytes_value))
prs_uint32        359 source3/registry/regfio.c 	if ( !prs_uint32( "unknown index", ps, depth, &nk->unk_index))
prs_uint32        508 source3/registry/regfio.c 		if ( !prs_uint32( "rec_size", &hbin->ps, 0, &record_size ) )
prs_uint32        510 source3/registry/regfio.c 		if ( !prs_uint32( "header", &hbin->ps, 0, &header ) )
prs_uint32        605 source3/registry/regfio.c 	if ( !prs_uint32( "nk_off", ps, depth, &hash->nk_off ))
prs_uint32        640 source3/registry/regfio.c 	if ( !prs_uint32( "rec_size", &hbin->ps, depth, &lf->rec_size ))
prs_uint32        698 source3/registry/regfio.c 	if ( !prs_uint32( "rec_size", &hbin->ps, depth, &sk->rec_size ))
prs_uint32        706 source3/registry/regfio.c 	if ( !prs_uint32( "prev_sk_off", ps, depth, &sk->prev_sk_off))
prs_uint32        708 source3/registry/regfio.c 	if ( !prs_uint32( "next_sk_off", ps, depth, &sk->next_sk_off))
prs_uint32        710 source3/registry/regfio.c 	if ( !prs_uint32( "ref_count", ps, depth, &sk->ref_count))
prs_uint32        712 source3/registry/regfio.c 	if ( !prs_uint32( "size", ps, depth, &sk->size))
prs_uint32        772 source3/registry/regfio.c 	if ( !prs_uint32( "rec_size", &hbin->ps, depth, &vk->rec_size ))
prs_uint32        783 source3/registry/regfio.c 	if ( !prs_uint32( "data_size", ps, depth, &vk->data_size ))
prs_uint32        785 source3/registry/regfio.c 	if ( !prs_uint32( "data_off", ps, depth, &vk->data_off ))
prs_uint32        787 source3/registry/regfio.c 	if ( !prs_uint32( "type", ps, depth, &vk->type))
prs_uint32        841 source3/registry/regfio.c 			if ( !prs_uint32( "data_rec_size", &hblock->ps, depth, &data_rec_size ))
prs_uint32        902 source3/registry/regfio.c 	if ( !prs_uint32( "record_size", &hbin->ps, depth, &record_size ) )
prs_uint32        906 source3/registry/regfio.c 		if ( !prs_uint32( "vk_off", &hbin->ps, depth, &nk->values[i].rec_off ) )
prs_uint32       1081 source3/registry/regfio.c 		if ( !prs_uint32( "record_size", ps, 0, &record_size ) )
prs_uint32       1559 source3/registry/regfio.c 	if ( !prs_uint32("allocated_size", &hbin->ps, 0, &size) )
prs_uint32       2455 source3/rpc_client/cli_pipe.c 	if (!prs_uint32("pad", rpc_out, 0, &pad)) {
prs_uint32         49 source3/rpc_parse/parse_misc.c 	if(!prs_uint32("low ", ps, depth, &low)) /* low part */
prs_uint32         51 source3/rpc_parse/parse_misc.c 	if(!prs_uint32("high", ps, depth, &high)) /* high part */
prs_uint32        116 source3/rpc_parse/parse_misc.c 	if(!prs_uint32 ("data   ", ps, depth, &uuid->time_low))
prs_uint32        654 source3/rpc_parse/parse_prs.c 	if ( !prs_uint32("ptr", ps, depth, &data_p ))
prs_uint32        770 source3/rpc_parse/parse_prs.c 		if (!prs_uint32(name, ps, depth+1, &low))
prs_uint32        773 source3/rpc_parse/parse_prs.c 		if (!prs_uint32(name, ps, depth+1, &high))
prs_uint32        781 source3/rpc_parse/parse_prs.c 		return prs_uint32(name, ps, depth+1, &low) &&
prs_uint32        782 source3/rpc_parse/parse_prs.c 			   prs_uint32(name, ps, depth+1, &high);
prs_uint32       1305 source3/rpc_parse/parse_prs.c 		return prs_uint32(name, ps, depth, data32);
prs_uint32       1326 source3/rpc_parse/parse_prs.c 		if(!prs_uint32(name, ps, depth, &data_size)) {
prs_uint32         97 source3/rpc_parse/parse_rpc.c 	if(!prs_uint32("call_id   ", ps, depth, &rpc->call_id))
prs_uint32        120 source3/rpc_parse/parse_rpc.c 	if(!prs_uint32 ("version", ps, depth, &ifc->if_version))
prs_uint32        184 source3/rpc_parse/parse_rpc.c 	if(!prs_uint32("assoc_gid", ps, depth, &rpc->assoc_gid))
prs_uint32        411 source3/rpc_parse/parse_rpc.c 	if(!prs_uint32("alloc_hint", ps, depth, &rpc->alloc_hint))
prs_uint32        432 source3/rpc_parse/parse_rpc.c 	if(!prs_uint32("alloc_hint", ps, depth, &rpc->alloc_hint))
prs_uint32        457 source3/rpc_parse/parse_rpc.c 	if(!prs_uint32("reserved", ps, depth, &rpc->reserved))
prs_uint32        502 source3/rpc_parse/parse_rpc.c 	if(!prs_uint32("auth_context_id", ps, depth, &rai->auth_context_id))
prs_uint32        545 source3/rpc_parse/parse_rpc.c 	if(!prs_uint32("msg_type ", ps, depth, &rav->msg_type)) /* NTLMSSP_MESSAGE_TYPE */
prs_uint32        565 source3/rpc_parse/parse_rpc.c 	if(!prs_uint32("msg_type ", ps, depth, &rav->msg_type))
prs_uint32        600 source3/rpc_parse/parse_rpc.c 	if(!prs_uint32("type1", ps, depth, &neg->type1))
prs_uint32        602 source3/rpc_parse/parse_rpc.c 	if(!prs_uint32("type2", ps, depth, &neg->type2))
prs_uint32        723 source3/rpc_server/srv_pipe.c 	if (!prs_uint32("pad", rpc_in_p, 0, &pad)) {
prs_uint32       1411 source3/rpc_server/srv_pipe.c 	if(!prs_uint32("flags ", pout_auth, 0, &flags)) {
prs_uint32         97 source3/smbd/notify.c 		if (!prs_uint32("offset", ps, 1, &u32_tmp)) goto fail;
prs_uint32        100 source3/smbd/notify.c 		if (!prs_uint32("action", ps, 1, &u32_tmp)) goto fail;
prs_uint32        103 source3/smbd/notify.c 		if (!prs_uint32("namelen", ps, 1, &u32_tmp)) goto fail;