Home
last modified time | relevance | path

Searched refs:od (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/main/
H A Dsnprintf.c1211 buffy od; in strx_printv() local
1220 od.buf_end = (char *) ~0; in strx_printv()
1221 od.nextb = (char *) ~0; in strx_printv()
1223 od.buf_end = &buf[len-1]; in strx_printv()
1224 od.nextb = buf; in strx_printv()
1230 cc = format_converter(&od, format, ap); in strx_printv()
1231 if (len != 0 && od.nextb <= od.buf_end) { in strx_printv()
1232 *(od.nextb) = '\0'; in strx_printv()
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c4219 pcre_uint32 oc, od; in add_to_class() local
4224 while ((rc = get_othercase_range(&c, end, &oc, &od)) >= 0) in add_to_class()
4233 else if (oc >= start && od <= end) continue; in add_to_class()
4239 else if (oc < start && od >= start - 1) start = oc; /* Extend downwards */ in add_to_class()
4240 else if (od > end && oc <= end + 1) in add_to_class()
4242 end = od; /* Extend upwards */ in add_to_class()
4245 else n8 += add_to_class(classbits, uchardptr, options, cd, oc, od); in add_to_class()
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic3181 # http://cellphones.about.com/od/cellularfaqs/f/rf_imelody.htm

Completed in 57 milliseconds