Home
last modified time | relevance | path

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

/PHP-5.5/ext/pgsql/
H A Dpgsql.c1023 static int _php_pgsql_detect_identifier_escape(const char *identifier, size_t len) in _php_pgsql_detect_identifier_escape() function
6054 if (_php_pgsql_detect_identifier_escape(field, field_len) == SUCCESS) {
6148 if (_php_pgsql_detect_identifier_escape(token, len) == SUCCESS) {
6158 if (_php_pgsql_detect_identifier_escape(tmp, len) == SUCCESS) {

Completed in 16 milliseconds