Home
last modified time | relevance | path

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

/PHP-7.4/ext/pgsql/
H A Dpgsql.c6584 const char *after_dot = dot + 1; local
6587 if (_php_pgsql_detect_identifier_escape(after_dot, len) == SUCCESS) {
6589 smart_str_appendl(querystr, after_dot, len);
6591 char *escaped = PGSQLescapeIdentifier(pg_link, after_dot, len);

Completed in 20 milliseconds