Home
last modified time | relevance | path

Searched defs:oid (Results 1 – 8 of 8) sorted by relevance

/PHP-8.0/ext/pdo_pgsql/
H A Dpgsql_driver.stub.php23 public function pgsqlLOBOpen(string $oid, string $mode = "rb") {}
26 public function pgsqlLOBUnlink(string $oid) {}
H A Dpgsql_statement.c569 Oid oid = (Oid)strtoul(*ptr, &end_ptr, 10); in pgsql_stmt_get_col() local
612 static zend_always_inline char * pdo_pgsql_translate_oid_to_table(Oid oid, PGconn *conn) in pdo_pgsql_translate_oid_to_table()
H A Dphp_pdo_pgsql_int.h74 Oid oid; member
98 Oid oid; member
H A Dpgsql_driver.c187 php_stream *pdo_pgsql_create_lob_stream(zval *dbh, int lfd, Oid oid) in pdo_pgsql_create_lob_stream()
1000 Oid oid; in PHP_METHOD() local
1051 Oid oid; in PHP_METHOD() local
/PHP-8.0/ext/pgsql/
H A Dpgsql.stub.php262 function pg_lo_create($connection = UNKNOWN, $oid = UNKNOWN): string|int|false {}
270 function pg_locreate($connection = UNKNOWN, $oid = UNKNOWN): string|int|false {}
276 function pg_lo_unlink($connection, $oid = UNKNOWN): bool {}
284 function pg_lounlink($connection, $oid = UNKNOWN): bool {}
291 function pg_lo_open($connection, $oid = UNKNOWN, string $mode = UNKNOWN) {}
300 function pg_loopen($connection, $oid = UNKNOWN, string $mode = UNKNOWN) {}
348 function pg_lo_import($connection, $filename = UNKNOWN, $oid = UNKNOWN): string|int|false {}
358 function pg_loimport($connection, $filename = UNKNOWN, $oid = UNKNOWN): string|int|false {}
366 function pg_lo_export($connection, $oid = UNKNOWN, $filename = UNKNOWN): bool {}
376 function pg_loexport($connection, $oid = UNKNOWN, $filename = UNKNOWN): bool {}
H A Dpgsql.c65 #define PGSQL_RETURN_OID(oid) do { \ argument
75 #define PGSQL_RETURN_OID(oid) RETURN_LONG((zend_long)oid) argument
1486 static char *get_field_name(PGconn *pgsql, Oid oid, HashTable *list) in get_field_name()
1552 Oid oid; in PHP_FUNCTION() local
1643 Oid oid; in php_pgsql_get_field_info() local
2206 Oid oid; in PHP_FUNCTION() local
2297 zval *pgsql_link = NULL, *oid = NULL; in PHP_FUNCTION() local
2372 Oid oid; in PHP_FUNCTION() local
2439 Oid oid; in PHP_FUNCTION() local
2683 zval *pgsql_link = NULL, *oid = NULL; in PHP_FUNCTION() local
[all …]
/PHP-8.0/ext/snmp/
H A Dphp_snmp.h78 char *oid; member
/PHP-8.0/ext/ldap/
H A Dldap.c59 LDAPControl *ldap_control_find( const char *oid, LDAPControl **ctrls, LDAPControl ***nextctrlp) in ldap_control_find()

Completed in 37 milliseconds