push_ucs2_allocate  369 source3/include/proto.h bool push_ucs2_allocate(smb_ucs2_t **dest, const char *src,
push_ucs2_allocate  794 source3/lib/charcnv.c 	if (!push_ucs2_allocate(&buffer, src, &size)) {
push_ucs2_allocate  958 source3/lib/charcnv.c 	if (!push_ucs2_allocate(&buffer, s, &converted_size)) {
push_ucs2_allocate 1069 source3/lib/charcnv.c 	if (!push_ucs2_allocate(&buffer, src, &buffer_len)) {
push_ucs2_allocate   99 source3/lib/util_str.c 	if (!push_ucs2_allocate(&buffer_s, ps, &size)) {
push_ucs2_allocate  106 source3/lib/util_str.c 	if (!push_ucs2_allocate(&buffer_t, pt, &size)) {
push_ucs2_allocate  160 source3/lib/util_str.c 	if (!push_ucs2_allocate(&buffer_s, ps, &size)) {
push_ucs2_allocate  167 source3/lib/util_str.c 	if (!push_ucs2_allocate(&buffer_t, pt, &size)) {
push_ucs2_allocate  369 source3/lib/util_str.c 	if (!push_ucs2_allocate(&tmpbuf2, s, &converted_size)) {
push_ucs2_allocate  458 source3/lib/util_str.c 	if (!push_ucs2_allocate(&tmp, s, &converted_size)) {
push_ucs2_allocate  483 source3/lib/util_str.c 	if (!push_ucs2_allocate(&tmp, s, &converted_size)) {
push_ucs2_allocate 1180 source3/lib/util_str.c 	if (!push_ucs2_allocate(&ws, s, &converted_size)) {
push_ucs2_allocate 1251 source3/lib/util_str.c 		if (!push_ucs2_allocate(&ws, s, &converted_size)) {
push_ucs2_allocate 1286 source3/lib/util_str.c 	if (!push_ucs2_allocate(&ws, s, &converted_size)) {
push_ucs2_allocate 1355 source3/lib/util_str.c 	if (!push_ucs2_allocate(&src_w, src, &converted_size)) {
push_ucs2_allocate 1360 source3/lib/util_str.c 	if (!push_ucs2_allocate(&find_w, findstr, &converted_size)) {
push_ucs2_allocate  175 source3/libsmb/smbencrypt.c 	if (!push_ucs2_allocate(&user, user_in, &user_byte_len)) {
push_ucs2_allocate  181 source3/libsmb/smbencrypt.c 	if (!push_ucs2_allocate(&domain, domain_in, &domain_byte_len)) {
push_ucs2_allocate  723 source3/passdb/secrets.c 	if (!push_ucs2_allocate(&uni_dom_name, domain, &converted_size)) {
push_ucs2_allocate  293 source3/smbd/mangle_hash.c 	if (!push_ucs2_allocate(&ucs2name, f, &size)) {
push_ucs2_allocate  609 source3/smbd/mangle_hash.c 	if (!push_ucs2_allocate(&name_ucs2, name, &converted_size)) {
push_ucs2_allocate  648 source3/smbd/mangle_hash.c 	if (!push_ucs2_allocate(&in_ucs2, in, &converted_size)) {
push_ucs2_allocate  461 source3/utils/ntlm_auth_diagnostics.c 	if (!push_ucs2_allocate(&nt_response_ucs2, opt_password,