codepoint_t 360 lib/util/charset/charcnv.c _PUBLIC_ codepoint_t next_codepoint_convenience(struct smb_iconv_convenience *ic, codepoint_t 373 lib/util/charset/charcnv.c return (codepoint_t)str[0]; codepoint_t 410 lib/util/charset/charcnv.c return (codepoint_t)SVAL(buf, 0); codepoint_t 414 lib/util/charset/charcnv.c return (codepoint_t)0x10000 + codepoint_t 434 lib/util/charset/charcnv.c char *str, codepoint_t c) codepoint_t 59 lib/util/charset/charset.h #define INVALID_CODEPOINT ((codepoint_t)-1) codepoint_t 153 lib/util/charset/charset.h codepoint_t next_codepoint(const char *str, size_t *size); codepoint_t 156 lib/util/charset/charset.h codepoint_t next_codepoint_convenience(struct smb_iconv_convenience *ic, codepoint_t 159 lib/util/charset/charset.h char *str, codepoint_t c); codepoint_t 160 lib/util/charset/charset.h codepoint_t toupper_m(codepoint_t val); codepoint_t 161 lib/util/charset/charset.h codepoint_t tolower_m(codepoint_t val); codepoint_t 162 lib/util/charset/charset.h int codepoint_cmpi(codepoint_t c1, codepoint_t c2); codepoint_t 69 lib/util/charset/codepoints.c _PUBLIC_ codepoint_t toupper_m(codepoint_t val) codepoint_t 89 lib/util/charset/codepoints.c _PUBLIC_ codepoint_t tolower_m(codepoint_t val) codepoint_t 109 lib/util/charset/codepoints.c _PUBLIC_ int codepoint_cmpi(codepoint_t c1, codepoint_t c2) codepoint_t 289 lib/util/charset/tests/iconv.c codepoint_t c; codepoint_t 38 lib/util/charset/util_unistr.c codepoint_t c1=0, c2=0; codepoint_t 123 lib/util/charset/util_unistr.c codepoint_t c1=0, c2=0; codepoint_t 196 lib/util/charset/util_unistr.c codepoint_t c = next_codepoint_convenience(ic, s, &size); codepoint_t 275 lib/util/charset/util_unistr.c codepoint_t c = next_codepoint_convenience(ic, s, &c_size); codepoint_t 336 lib/util/charset/util_unistr.c codepoint_t c2 = next_codepoint_convenience(ic, s, &size); codepoint_t 366 lib/util/charset/util_unistr.c codepoint_t c2 = next_codepoint_convenience(ic, s, &size); codepoint_t 384 lib/util/charset/util_unistr.c codepoint_t s; codepoint_t 385 lib/util/charset/util_unistr.c codepoint_t t; codepoint_t 408 lib/util/charset/util_unistr.c codepoint_t s; codepoint_t 409 lib/util/charset/util_unistr.c codepoint_t t; codepoint_t 442 lib/util/charset/util_unistr.c codepoint_t c = next_codepoint_convenience(iconv_convenience, src, &c_size); codepoint_t 488 lib/util/charset/util_unistr.c codepoint_t c = next_codepoint_convenience(iconv_convenience, src, &c_size); codepoint_t 553 lib/util/charset/util_unistr.c codepoint_t c = next_codepoint_convenience(iconv_convenience, s, &c_size); codepoint_t 592 lib/util/charset/util_unistr.c codepoint_t c = next_codepoint_convenience(iconv_convenience, s, &c_size); codepoint_t 616 lib/util/charset/util_unistr.c codepoint_t c2 = next_codepoint_convenience(ic, s, &size); codepoint_t 991 lib/util/charset/util_unistr.c _PUBLIC_ codepoint_t next_codepoint(const char *str, size_t *size) codepoint_t 63 lib/util/ms_fnmatch.c codepoint_t c, c2; codepoint_t 417 source3/include/proto.h codepoint_t next_codepoint(const char *str, size_t *size); codepoint_t 1917 source3/lib/charcnv.c codepoint_t next_codepoint(const char *str, size_t *size) codepoint_t 1929 source3/lib/charcnv.c return (codepoint_t)str[0]; codepoint_t 1973 source3/lib/charcnv.c return (codepoint_t)SVAL(buf, 0); codepoint_t 1979 source3/lib/charcnv.c codepoint_t w1 = SVAL(buf,0) & ~0xD800; codepoint_t 1980 source3/lib/charcnv.c codepoint_t w2 = SVAL(buf,2) & ~0xDC00; codepoint_t 1982 source3/lib/charcnv.c return (codepoint_t)0x10000 + codepoint_t 1481 source3/lib/util_str.c codepoint_t c = next_codepoint(s, &c_size); codepoint_t 2283 source3/lib/util_str.c codepoint_t c = next_codepoint(src, &c_size); codepoint_t 45 source4/lib/registry/patchfile_preg.c codepoint_t v; codepoint_t 116 source4/ntvfs/posix/pvfs_rename.c codepoint_t c1, c2; codepoint_t 206 source4/ntvfs/posix/pvfs_resolve.c codepoint_t c = next_codepoint_convenience(ic, p, &c_size); codepoint_t 296 source4/ntvfs/posix/pvfs_resolve.c codepoint_t c = next_codepoint_convenience(ic, p, &c_size); codepoint_t 384 source4/ntvfs/posix/pvfs_resolve.c codepoint_t c; codepoint_t 393 source4/ntvfs/posix/pvfs_shortname.c codepoint_t c = next_codepoint_convenience(ctx->iconv_convenience, name, &c_size); codepoint_t 184 source4/ntvfs/posix/pvfs_util.c codepoint_t c = next_codepoint(key, &c_size); codepoint_t 126 source4/torture/basic/utable.c codepoint_t equiv[0x10000][MAX_EQUIVALENCE];