Searched refs:od (Results 1 - 2 of 2) sorted by relevance
| /PHP_TRUNK/main/ |
| H A D | snprintf.c | 1194 buffy od; local 1203 od.buf_end = (char *) ~0; 1204 od.nextb = (char *) ~0; 1206 od.buf_end = &buf[len-1]; 1207 od.nextb = buf; 1213 cc = format_converter(&od, format, ap); 1214 if (len != 0 && od.nextb <= od.buf_end) { 1215 *(od.nextb) = '\0';
|
| /PHP_TRUNK/ext/pcre/pcrelib/ |
| H A D | pcre_compile.c | 3465 pcre_uint32 oc, od; local 3470 while ((rc = get_othercase_range(&c, end, &oc, &od)) >= 0) 3479 else if (oc >= start && od <= end) continue; 3482 can't have od > end because a subrange is always shorter than the basic 3485 else if (oc < start && od >= start - 1) start = oc; /* Extend downwards */ 3486 else if (od > end && oc <= end + 1) end = od; /* Extend upwards */ 3487 else n8 += add_to_class(classbits, uchardptr, options, cd, oc, od);
|
Completed in 16 milliseconds