pull_ucs2_talloc  131 lib/util/charset/charset.h bool pull_ucs2_talloc(TALLOC_CTX *ctx, char **dest, const smb_ucs2_t *src, size_t *converted_size);
pull_ucs2_talloc  390 source3/include/proto.h bool pull_ucs2_talloc(TALLOC_CTX *ctx, char **dest, const smb_ucs2_t *src,
pull_ucs2_talloc  986 source3/lib/charcnv.c 	if (!pull_ucs2_talloc(ctx, &out_buffer, buffer, &converted_size)) {
pull_ucs2_talloc  131 source3/libads/ldap_printer.c 		if (!pull_ucs2_talloc(ctx, &str_value,
pull_ucs2_talloc  214 source3/libads/ldap_printer.c 			cur_str += pull_ucs2_talloc(ctx, &str_values[i],
pull_ucs2_talloc  272 source3/libgpo/gpext/registry.c 	if (!pull_ucs2_talloc(mem_ctx, &key, file_entry->key.buffer,
pull_ucs2_talloc  279 source3/libgpo/gpext/registry.c 	    !pull_ucs2_talloc(mem_ctx, &value, file_entry->value.buffer,
pull_ucs2_talloc  302 source3/libgpo/gpext/registry.c 			if (!pull_ucs2_talloc(mem_ctx, &data->v.sz.str,
pull_ucs2_talloc   57 source3/modules/vfs_catia.c 	if (!pull_ucs2_talloc(ctx, &ret, tmpbuf, &converted_size)) {
pull_ucs2_talloc  991 source3/passdb/secrets.c 	if (!pull_ucs2_talloc(dom_info, &dom_info->name, pass.uni_name,
pull_ucs2_talloc   18 source3/torture/t_push_ucs2.c 	pull_ucs2_talloc(NULL, &orig2, dest, &converted_size);