Home
last modified time | relevance | path

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

/PHP-8.1/ext/pdo_pgsql/
H A Dpgsql_driver.stub.php23 public function pgsqlLOBOpen(string $oid, string $mode = "rb") {}
26 public function pgsqlLOBUnlink(string $oid): bool {}
H A Dpgsql_statement.c519 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 Dphp_pdo_pgsql_int.h71 Oid oid; member
95 Oid oid; member
H A Dpgsql_driver.c186 php_stream *pdo_pgsql_create_lob_stream(zval *dbh, int lfd, Oid oid) in pdo_pgsql_create_lob_stream()
1002 Oid oid; in PHP_METHOD() local
1053 Oid oid; in PHP_METHOD() local
/PHP-8.1/ext/pgsql/
H A Dpgsql.stub.php270 function pg_lo_create($connection = UNKNOWN, $oid = UNKNOWN): string|int|false {}
278 function pg_locreate($connection = UNKNOWN, $oid = UNKNOWN): string|int|false {}
284 function pg_lo_unlink($connection, $oid = UNKNOWN): bool {}
292 function pg_lounlink($connection, $oid = UNKNOWN): bool {}
299 function pg_lo_open($connection, $oid = UNKNOWN, string $mode = UNKNOWN): PgSql\Lob|false {}
307 function pg_loopen($connection, $oid = UNKNOWN, string $mode = UNKNOWN): PgSql\Lob|false {}
348 function pg_lo_import($connection, $filename = UNKNOWN, $oid = UNKNOWN): string|int|false {}
357 function pg_loimport($connection, $filename = UNKNOWN, $oid = UNKNOWN): string|int|false {}
364 function pg_lo_export($connection, $oid = UNKNOWN, $filename = UNKNOWN): bool {}
373 function pg_loexport($connection, $oid = UNKNOWN, $filename = UNKNOWN): bool {}
H A Dpgsql.c65 #define PGSQL_RETURN_OID(oid) do { \ argument
72 #define PGSQL_RETURN_OID(oid) RETURN_LONG((zend_long)oid) argument
1550 static zend_string *get_field_name(PGconn *pgsql, Oid oid) in get_field_name()
1619 Oid oid = PQftable(pg_result->result, (int)fnum); in PHP_FUNCTION() local
1674 Oid oid; in php_pgsql_get_field_info() local
2223 Oid oid; in PHP_FUNCTION() local
2311 zval *pgsql_link = NULL, *oid = NULL; in PHP_FUNCTION() local
2385 Oid oid; in PHP_FUNCTION() local
2450 Oid oid; in PHP_FUNCTION() local
2683 zval *pgsql_link = NULL, *oid = NULL; in PHP_FUNCTION() local
[all …]
/PHP-8.1/ext/snmp/
H A Dphp_snmp.h78 char *oid; member
/PHP-8.1/ext/ldap/
H A Dldap.c58 LDAPControl *ldap_control_find( const char *oid, LDAPControl **ctrls, LDAPControl ***nextctrlp) in ldap_control_find()

Completed in 48 milliseconds