push_codepoint    158 lib/util/charset/charset.h ssize_t push_codepoint(struct smb_iconv_convenience *ic, 
push_codepoint    291 lib/util/charset/tests/iconv.c 	size = push_codepoint(lp_iconv_convenience(tctx->lp_ctx), (char *)buf, codepoint);
push_codepoint    447 lib/util/charset/util_unistr.c 		c_size = push_codepoint(iconv_convenience, dest+size, c);
push_codepoint    493 lib/util/charset/util_unistr.c 		c_size = push_codepoint(iconv_convenience, dest+size, c);
push_codepoint    554 lib/util/charset/util_unistr.c 		c_size2 = push_codepoint(iconv_convenience, d, tolower_m(c));
push_codepoint    593 lib/util/charset/util_unistr.c 		c_size2 = push_codepoint(iconv_convenience, d, toupper_m(c));
push_codepoint     40 source4/lib/registry/patchfile_preg.c 	push_codepoint(ic, c, v);
push_codepoint    121 source4/ntvfs/posix/pvfs_rename.c 			d += push_codepoint(iconv_convenience, d, c1);
push_codepoint    127 source4/ntvfs/posix/pvfs_rename.c 			d += push_codepoint(iconv_convenience, d, c2);