name_length 1696 librpc/gen_ndr/cli_ntsvcs.c uint32_t name_length /* [in] */,
name_length 1710 librpc/gen_ndr/cli_ntsvcs.c r.in.name_length = name_length;
name_length 150 librpc/gen_ndr/cli_ntsvcs.h uint32_t name_length /* [in] */,
name_length 2126 librpc/gen_ndr/ndr_ntsvcs.c NDR_CHECK(ndr_push_uint32(ndr, NDR_SCALARS, r->in.name_length));
name_length 2212 librpc/gen_ndr/ndr_ntsvcs.c NDR_CHECK(ndr_pull_uint32(ndr, NDR_SCALARS, &r->in.name_length));
name_length 2303 librpc/gen_ndr/ndr_ntsvcs.c ndr_print_uint32(ndr, "name_length", r->in.name_length);
name_length 391 librpc/gen_ndr/ntsvcs.h uint32_t name_length;
name_length 62 source3/libsmb/libsmb_dir.c int name_length = (name == NULL ? 0 : strlen(name));
name_length 70 source3/libsmb/libsmb_dir.c size = sizeof(struct smbc_dirent) + name_length + comment_len + 2;
name_length 117 source3/libsmb/libsmb_dir.c dirent->namelen = name_length;
name_length 299 source3/registry/regfio.c uint16 class_length, name_length;
name_length 362 source3/registry/regfio.c name_length = nk->keyname ? strlen(nk->keyname) : 0 ;
name_length 364 source3/registry/regfio.c if ( !prs_uint16( "name_length", ps, depth, &name_length ))
name_length 373 source3/registry/regfio.c if ( name_length ) {
name_length 375 source3/registry/regfio.c if ( !(nk->keyname = PRS_ALLOC_MEM( ps, char, name_length+1 )) )
name_length 379 source3/registry/regfio.c if ( !prs_uint8s( True, "name", ps, depth, (uint8*)nk->keyname, name_length) )
name_length 383 source3/registry/regfio.c nk->keyname[name_length] = '\0';
name_length 760 source3/registry/regfio.c uint16 name_length;
name_length 779 source3/registry/regfio.c name_length = strlen(vk->valuename);
name_length 781 source3/registry/regfio.c if ( !prs_uint16( "name_length", ps, depth, &name_length ))
name_length 801 source3/registry/regfio.c if ( !(vk->valuename = PRS_ALLOC_MEM( ps, char, name_length+1 )))
name_length 804 source3/registry/regfio.c if ( !prs_uint8s( True, "name", ps, depth, (uint8*)vk->valuename, name_length ) )
name_length 7941 source3/rpc_server/srv_spoolss_nt.c int name_length;
name_length 7988 source3/rpc_server/srv_spoolss_nt.c name_length = strlen(val->valuename);
name_length 7990 source3/rpc_server/srv_spoolss_nt.c biggest_valuesize = name_length;
name_length 539 source4/lib/registry/regf.c *name = talloc_strndup(ctx, vk->data_name, vk->name_length);
name_length 1795 source4/lib/registry/regf.c vk.name_length = strlen(name);
name_length 41 source4/libcli/smb2/create.c uint32_t name_offset, name_length;
name_length 53 source4/libcli/smb2/create.c name_length = SVAL(data, 6);
name_length 62 source4/libcli/smb2/create.c name_length != 4 || /* windows enforces this */
name_length 63 source4/libcli/smb2/create.c name_offset + name_length > remaining ||
name_length 64 source4/libcli/smb2/create.c data_offset < name_offset + name_length ||
name_length 70 source4/libcli/smb2/create.c tag = talloc_strndup(mem_ctx, (const char *)data + name_offset, name_length);