Searched refs:invert (Results 1 - 8 of 8) sorted by relevance

/PHP_TRUNK/ext/ereg/regex/
H A Dregcomp.c586 register int invert = 0; local
601 invert++; /* make note to invert set at end */
628 if (invert) {
1236 - mcinvert - invert the list of collating elements in a cset
/PHP_TRUNK/ext/date/lib/
H A Dinterval.c32 rt->invert = 0;
37 rt->invert = 1;
65 timelib_do_rel_normalize(rt->invert ? one : two, rt);
H A Dtimelib_structs.h138 int invert; /* Whether the difference should be inverted */ member in struct:timelib_rel_time
H A Dtm2unixtime.c62 static void do_range_limit_days_relative(timelib_sll *base_y, timelib_sll *base_m, timelib_sll *y, timelib_sll *m, timelib_sll *d, timelib_sll invert) argument
76 if (!invert) {
178 do_range_limit_days_relative(&base->y, &base->m, &rt->y, &rt->m, &rt->d, rt->invert);
H A Dtimelib.c275 d->y, d->m, d->d, d->h, d->i, d->s, d->days, d->invert ? " inverted" : "");
/PHP_TRUNK/ext/pcre/
H A Dphp_pcre.c1774 zend_bool invert; /* Whether to return non-matching local
1778 invert = flags & PREG_GREP_INVERT ? 1 : 0;
1826 if ((count > 0 && !invert) || (count == PCRE_ERROR_NOMATCH && invert)) {
/PHP_TRUNK/ext/date/
H A Dphp_date.c2401 PHP_DATE_INTERVAL_ADD_PROPERTY("invert", invert);
3126 if (intobj->diff->invert) {
3195 if (intobj->diff->invert) {
3618 interval->diff->invert = 0;
4045 GET_VALUE_FROM_STRUCT(invert, "invert");
4116 SET_VALUE_FROM_STRUCT(invert, "invert");
4189 PHP_DATE_INTERVAL_READ_PROPERTY("invert", inver
[all...]
/PHP_TRUNK/ext/sqlite3/libsqlite/
H A Dsqlite3.c82762 int invert; local
[all...]

Completed in 144 milliseconds