Home
last modified time | relevance | path

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

/php-src/ext/pgsql/
H A Dpgsql.c5265 const char *after_dot = dot + 1; in build_tablename() local
5268 if (_php_pgsql_identifier_is_escaped(after_dot, len)) { in build_tablename()
5270 smart_str_appendl(querystr, after_dot, len); in build_tablename()
5272 char *escaped = PQescapeIdentifier(pg_link, after_dot, len); in build_tablename()

Completed in 23 milliseconds