Home
last modified time | relevance | path

Searched refs:isprop (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_xclass.c138 BOOL isprop = t == XCL_PROP; in PRIV() local
144 if (isprop) return !negated; in PRIV()
150 chartype == ucp_Lt) == isprop) return !negated; in PRIV()
169 if (ok == isprop) return !negated; in PRIV()
189 if (isprop) return !negated; in PRIV()
211 c == CHAR_GRAVE_ACCENT) == isprop) in PRIV()
216 if ((c < 0xd800 || c > 0xdfff) == isprop) in PRIV()
229 if (ok == isprop) return !negated; in PRIV()
250 )) == isprop) in PRIV()
264 )) == isprop) in PRIV()
[all …]
/php-src/ext/com_dotnet/
H A Dcom_typeinfo.c519 int isprop; in php_com_process_typeinfo() local
524 isprop = (func->invkind & DISPATCH_PROPERTYGET || func->invkind & DISPATCH_PROPERTYPUT); in php_com_process_typeinfo()
526 if (!isprop || lastid != func->memid) { in php_com_process_typeinfo()
555 if (isprop) { in php_com_process_typeinfo()

Completed in 9 milliseconds