Searched refs:od (Results 1 – 6 of 6) sorted by relevance
/PHP-7.0/main/ |
H A D | snprintf.c | 1229 buffy od; in strx_printv() local 1238 od.buf_end = (char *) ~0; in strx_printv() 1239 od.nextb = (char *) ~0; in strx_printv() 1241 od.buf_end = &buf[len-1]; in strx_printv() 1242 od.nextb = buf; in strx_printv() 1248 cc = format_converter(&od, format, ap); in strx_printv() 1249 if (len != 0 && od.nextb <= od.buf_end) { in strx_printv() 1250 *(od.nextb) = '\0'; in strx_printv()
|
/PHP-7.0/ext/openssl/tests/ |
H A D | private.crt | 13 j+znHSISe7eM9wmW6ombab7zcJsCwXDYgtY/6OqRAQKBgQD6EXKfXThfnrN/od/Y
|
H A D | openssl_pkcs12_read_basic.phpt | 56 j+znHSISe7eM9wmW6ombab7zcJsCwXDYgtY/6OqRAQKBgQD6EXKfXThfnrN/od/Y
|
/PHP-7.0/sapi/phpdbg/ |
H A D | phpdbg_out.c | 818 buffy od; in strx_printv() local 827 od.buf_end = (char *) ~0; in strx_printv() 828 od.nextb = (char *) ~0; in strx_printv() 830 od.buf_end = &buf[len-1]; in strx_printv() 831 od.nextb = buf; in strx_printv() 837 cc = format_converter(&od, format, escape_xml, ap); in strx_printv() 838 if (len != 0 && od.nextb <= od.buf_end) { in strx_printv() 839 *(od.nextb) = '\0'; in strx_printv()
|
/PHP-7.0/ext/pcre/pcrelib/ |
H A D | pcre_compile.c | 4217 pcre_uint32 oc, od; in add_to_class() local 4222 while ((rc = get_othercase_range(&c, end, &oc, &od)) >= 0) in add_to_class() 4231 else if (oc >= start && od <= end) continue; in add_to_class() 4237 else if (oc < start && od >= start - 1) start = oc; /* Extend downwards */ in add_to_class() 4238 else if (od > end && oc <= end + 1) in add_to_class() 4240 end = od; /* Extend upwards */ in add_to_class() 4243 else n8 += add_to_class(classbits, uchardptr, options, cd, oc, od); in add_to_class()
|
/PHP-7.0/ext/fileinfo/tests/ |
H A D | magic | 3500 # http://cellphones.about.com/od/cellularfaqs/f/rf_imelody.htm
|
Completed in 83 milliseconds