Home
last modified time | relevance | path

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

/php-src/ext/pgsql/
H A Dpgsql.c1636 static inline bool is_valid_oid_string(zend_string *oid, Oid *return_oid) in is_valid_oid_string() argument
1639 *return_oid = (Oid) strtoul(ZSTR_VAL(oid), &end_ptr, 10); in is_valid_oid_string()
1693 bool return_oid = 0; in PHP_FUNCTION() local
1699 Z_PARAM_BOOL(return_oid) in PHP_FUNCTION()
1720 if (return_oid) { in PHP_FUNCTION()

Completed in 26 milliseconds