Home
last modified time | relevance | path

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

/php-src/ext/pgsql/
H A Dpgsql.c4751 pcre_cache_entry *centry; in php_pgsql_convert_match() local
4766 centry = pcre_get_compiled_regex_cache(regex); in php_pgsql_convert_match()
4767 if (NULL == centry) { in php_pgsql_convert_match()
4771 re = php_pcre_pce_re(centry); in php_pgsql_convert_match()
4777 php_pcre_pce_incref(centry); in php_pgsql_convert_match()
4780 php_pcre_pce_decref(centry); in php_pgsql_convert_match()

Completed in 27 milliseconds