Searched defs:oid (Results 1 – 8 of 8) sorted by relevance
/PHP-8.2/ext/pdo_pgsql/ |
H A D | pgsql_driver.stub.php | 26 public function pgsqlLOBOpen(string $oid, string $mode = "rb") {} 29 public function pgsqlLOBUnlink(string $oid): bool {}
|
H A D | pgsql_statement.c | 519 Oid oid = (Oid)strtoul(ptr, &end_ptr, 10); in pgsql_stmt_get_col() local 563 static zend_always_inline char * pdo_pgsql_translate_oid_to_table(Oid oid, PGconn *conn) in pdo_pgsql_translate_oid_to_table()
|
H A D | php_pdo_pgsql_int.h | 71 Oid oid; member 95 Oid oid; member
|
H A D | pgsql_driver.c | 185 php_stream *pdo_pgsql_create_lob_stream(zval *dbh, int lfd, Oid oid) in pdo_pgsql_create_lob_stream() 1001 Oid oid; in PHP_METHOD() local 1052 Oid oid; in PHP_METHOD() local
|
/PHP-8.2/ext/pgsql/ |
H A D | pgsql.stub.php | 651 function pg_lo_create($connection = UNKNOWN, $oid = UNKNOWN): string|int|false {} 659 function pg_locreate($connection = UNKNOWN, $oid = UNKNOWN): string|int|false {} 665 function pg_lo_unlink($connection, $oid = UNKNOWN): bool {} 673 function pg_lounlink($connection, $oid = UNKNOWN): bool {} 680 function pg_lo_open($connection, $oid = UNKNOWN, string $mode = UNKNOWN): PgSql\Lob|false {} 688 function pg_loopen($connection, $oid = UNKNOWN, string $mode = UNKNOWN): PgSql\Lob|false {} 729 function pg_lo_import($connection, $filename = UNKNOWN, $oid = UNKNOWN): string|int|false {} 738 function pg_loimport($connection, $filename = UNKNOWN, $oid = UNKNOWN): string|int|false {} 745 function pg_lo_export($connection, $oid = UNKNOWN, $filename = UNKNOWN): bool {} 754 function pg_loexport($connection, $oid = UNKNOWN, $filename = UNKNOWN): bool {}
|
H A D | pgsql.c | 68 #define PGSQL_RETURN_OID(oid) do { \ argument 75 #define PGSQL_RETURN_OID(oid) RETURN_LONG((zend_long)oid) argument 1456 static zend_string *get_field_name(PGconn *pgsql, Oid oid) in get_field_name() 1525 Oid oid = PQftable(pg_result->result, (int)fnum); in PHP_FUNCTION() local 1580 Oid oid; in php_pgsql_get_field_info() local 2129 Oid oid; in PHP_FUNCTION() local 2217 zval *pgsql_link = NULL, *oid = NULL; in PHP_FUNCTION() local 2291 Oid oid; in PHP_FUNCTION() local 2356 Oid oid; in PHP_FUNCTION() local 2589 zval *pgsql_link = NULL, *oid = NULL; in PHP_FUNCTION() local [all …]
|
/PHP-8.2/ext/snmp/ |
H A D | php_snmp.h | 78 char *oid; member
|
/PHP-8.2/ext/ldap/ |
H A D | ldap.c | 60 LDAPControl *ldap_control_find( const char *oid, LDAPControl **ctrls, LDAPControl ***nextctrlp) in ldap_control_find()
|
Completed in 44 milliseconds