Home
last modified time | relevance | path

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

/php-src/ext/pgsql/
H A Dpgsql.c1485 char *tmp_oid_str = PQgetvalue(result, i, oid_offset); in get_field_name() local
1486 if (!tmp_oid_str) { in get_field_name()
1496 Oid tmp_oid = strtoul(tmp_oid_str, &end_ptr, 10); in get_field_name()

Completed in 21 milliseconds