Home
last modified time | relevance | path

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

/php-src/ext/pgsql/
H A Dpgsql.c2326 zend_string *oid_string; in PHP_FUNCTION() local
2333 if (!is_valid_oid_string(oid_string, &oid)) { in PHP_FUNCTION()
2352 if (!is_valid_oid_string(oid_string, &oid)) { in PHP_FUNCTION()
2390 zend_string *oid_string; in PHP_FUNCTION() local
2402 if (!is_valid_oid_string(oid_string, &oid)) { in PHP_FUNCTION()
2421 "SS", &oid_string, &mode) == SUCCESS) { in PHP_FUNCTION()
2422 if (!is_valid_oid_string(oid_string, &oid)) { in PHP_FUNCTION()
2697 zend_string *oid_string; in PHP_FUNCTION() local
2717 if (!is_valid_oid_string(oid_string, &oid)) { in PHP_FUNCTION()
2736 "SP", &oid_string, &file_out) == SUCCESS) { in PHP_FUNCTION()
[all …]

Completed in 22 milliseconds