push_utf8_talloc  129 lib/util/charset/charset.h bool push_utf8_talloc(TALLOC_CTX *ctx, char **dest, const char *src, size_t *converted_size);
push_utf8_talloc  372 source3/include/proto.h bool push_utf8_talloc(TALLOC_CTX *ctx, char **dest, const char *src,
push_utf8_talloc 1287 source3/lib/smbldap.c 	if (!push_utf8_talloc(talloc_tos(), &utf8_filter, filter, &converted_size)) {
push_utf8_talloc 1459 source3/lib/smbldap.c 	if (!push_utf8_talloc(talloc_tos(), &utf8_dn, dn, &converted_size)) {
push_utf8_talloc 1503 source3/lib/smbldap.c 	if (!push_utf8_talloc(talloc_tos(), &utf8_dn, dn, &converted_size)) {
push_utf8_talloc 1547 source3/lib/smbldap.c 	if (!push_utf8_talloc(talloc_tos(), &utf8_dn, dn, &converted_size)) {
push_utf8_talloc  813 source3/libads/ldap.c 		if (!push_utf8_talloc(ctx, &values[i], in_vals[i], &size)) {
push_utf8_talloc  887 source3/libads/ldap.c 	if (!push_utf8_talloc(ctx, &utf8_expr, expr, &converted_size) ||
push_utf8_talloc  888 source3/libads/ldap.c 	    !push_utf8_talloc(ctx, &utf8_path, bind_path, &converted_size))
push_utf8_talloc 1198 source3/libads/ldap.c 	if (!push_utf8_talloc(ctx, &utf8_expr, expr, &converted_size) ||
push_utf8_talloc 1199 source3/libads/ldap.c 	    !push_utf8_talloc(ctx, &utf8_path, bind_path, &converted_size))
push_utf8_talloc   59 source3/libsmb/clikrb5.c 	if (!push_utf8_talloc(talloc_tos(), &utf8_name, name, &converted_size)) {
push_utf8_talloc   82 source3/libsmb/clikrb5.c 	if (!push_utf8_talloc(talloc_tos(), &utf8_name, name, &converted_size)) {
push_utf8_talloc   68 source3/printing/print_cups.c 		if (!push_utf8_talloc(frame, &server, lp_cups_server(), &size)) {
push_utf8_talloc  662 source3/printing/print_cups.c 	if (!push_utf8_talloc(frame, &user, pjob->user, &size)) {
push_utf8_talloc  759 source3/printing/print_cups.c 	if (!push_utf8_talloc(frame, &user, pjob->user, &size)) {
push_utf8_talloc  855 source3/printing/print_cups.c 	if (!push_utf8_talloc(frame, &user, pjob->user, &size)) {
push_utf8_talloc  957 source3/printing/print_cups.c 	if (!push_utf8_talloc(frame, &printername, PRINTERNAME(snum), &size)) {
push_utf8_talloc  966 source3/printing/print_cups.c 	if (!push_utf8_talloc(frame, &user, pjob->user, &size)) {
push_utf8_talloc  981 source3/printing/print_cups.c 	if (!push_utf8_talloc(frame, &jobname, pjob->jobname, &size)) {
push_utf8_talloc  999 source3/printing/print_cups.c 	if (!push_utf8_talloc(frame, &cupsoptions, lp_cups_options(snum), &size)) {
push_utf8_talloc 1015 source3/printing/print_cups.c 	if (!push_utf8_talloc(frame, &filename, pjob->filename, &size)) {
push_utf8_talloc 1103 source3/printing/print_cups.c 	if (!push_utf8_talloc(frame, &printername, lpq_command, &size)) {
push_utf8_talloc 1452 source3/printing/print_cups.c 	if (!push_utf8_talloc(frame, &printername, PRINTERNAME(snum), &size)) {
push_utf8_talloc 1460 source3/printing/print_cups.c 	if (!push_utf8_talloc(frame, &username, current_user_info.unix_name, &size)) {
push_utf8_talloc 1553 source3/printing/print_cups.c 	if (!push_utf8_talloc(frame, &printername, PRINTERNAME(snum), &size)) {
push_utf8_talloc 1561 source3/printing/print_cups.c 	if (!push_utf8_talloc(frame, &username, current_user_info.unix_name, &size)) {
push_utf8_talloc 1664 source3/printing/print_cups.c 		if (!push_utf8_talloc(frame, &server, lp_cups_server(), &size)) {
push_utf8_talloc 1673 source3/printing/print_cups.c 	if (!push_utf8_talloc(frame, &sharename, printer->sharename, &size)) {
push_utf8_talloc   68 source4/kdc/kpasswdd.c 	if (!push_utf8_talloc(mem_ctx, &error_string_utf8, error_string, &len)) {