Home
last modified time | relevance | path

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

/PHP-5.5/ext/pgsql/
H A Dpgsql.c2340 PGresult *tmp_res; local
2348 …if ((tmp_res = PQexec(pg_result->conn, querystr.c)) == NULL || PQresultStatus(tmp_res) != PGRES_TU…
2349 if (tmp_res) {
2350 PQclear(tmp_res);
2359 if ((table_name = PQgetvalue(tmp_res, 0, 0)) == NULL) {
2360 PQclear(tmp_res);
2370 PQclear(tmp_res);

Completed in 24 milliseconds