Home
last modified time | relevance | path

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

/PHP-8.2/ext/pgsql/
H A Dpgsql.c2319 zend_string *oid_string; in PHP_FUNCTION() local
2326 if (!is_valid_oid_string(oid_string, &oid)) { in PHP_FUNCTION()
2345 if (!is_valid_oid_string(oid_string, &oid)) { in PHP_FUNCTION()
2383 zend_string *oid_string; in PHP_FUNCTION() local
2395 if (!is_valid_oid_string(oid_string, &oid)) { in PHP_FUNCTION()
2414 "SS", &oid_string, &mode) == SUCCESS) { in PHP_FUNCTION()
2415 if (!is_valid_oid_string(oid_string, &oid)) { in PHP_FUNCTION()
2690 zend_string *oid_string; in PHP_FUNCTION() local
2710 if (!is_valid_oid_string(oid_string, &oid)) { in PHP_FUNCTION()
2729 "SP", &oid_string, &file_out) == SUCCESS) { in PHP_FUNCTION()
[all …]

Completed in 20 milliseconds