Home
last modified time | relevance | path

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

/PHP-5.5/ext/pdo_pgsql/
H A Dconfig.m493 AC_CHECK_LIB(pq, PQescapeStringConn, AC_DEFINE(HAVE_PQESCAPE_CONN,1,[PostgreSQL 8.1.4 or later]))
H A Dpgsql_driver.c348 *quotedlen = PQescapeStringConn(H->server, *quoted + 1, unquoted, (size_t)unquotedlen, NULL); in pgsql_handle_quoter()
/PHP-5.5/ext/pgsql/
H A Dconfig.m492 AC_CHECK_LIB(pq, PQescapeStringConn, AC_DEFINE(HAVE_PQESCAPE_CONN,1,[PostgreSQL 8.1.4 or later]))
H A Dpgsql.c756 #define PQescapeStringConn(conn, to, from, len, error) PQescapeString(to, from, len) macro
789 new_len = PQescapeStringConn(conn, tmp, str, len, NULL);
4180 to_len = (int) PQescapeStringConn(pgsql, to, from, (size_t)from_len, NULL);
5139 new_len = PQescapeStringConn(pg_link, escaped, tmp_name2, strlen(tmp_name2), NULL);
5147 new_len = PQescapeStringConn(pg_link, escaped, tmp_name, strlen(tmp_name), NULL);
5662 …Z_STRLEN_P(new_val) = (int)PQescapeStringConn(pg_link, tmp, Z_STRVAL_PP(val), Z_STRLEN_PP(val), NU…

Completed in 23 milliseconds