Home
last modified time | relevance | path

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

/PHP-7.3/ext/pgsql/
H A Dpgsql.c803 #define PGSQLescapeLiteral(conn, str, len) php_pgsql_PQescapeInternal(conn, str, len, 1, 0)
804 #define PGSQLescapeLiteral2(conn, str, len) php_pgsql_PQescapeInternal(conn, str, len, 1, 1)
805 #define PGSQLescapeIdentifier(conn, str, len) php_pgsql_PQescapeInternal(conn, str, len, 0, 0)
809 static char *php_pgsql_PQescapeInternal(PGconn *conn, const char *str, size_t len, int escape_liter… in php_pgsql_PQescapeInternal() function

Completed in 100 milliseconds