Home
last modified time | relevance | path

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

/PHP-8.2/ext/pgsql/
H A Dpgsql.c1476 char *tmp_oid_str = PQgetvalue(result, i, oid_offset); in get_field_name() local
1477 if (!tmp_oid_str) { in get_field_name()
1487 Oid tmp_oid = strtoul(tmp_oid_str, &end_ptr, 10); in get_field_name()

Completed in 21 milliseconds