Home
last modified time | relevance | path

Searched defs:lob (Results 1 – 5 of 5) sorted by relevance

/PHP-8.2/ext/oci8/
H A Doci8.stub.php428 function oci_free_descriptor(OCILob $lob): bool {}
434 function ocifreedesc(OCILob $lob): bool {}
452 function oci_lob_load(OCILob $lob): string|false {}
458 function ociloadlob(OCILob $lob): string|false {}
462 function oci_lob_eof(OCILob $lob): bool {}
464 function oci_lob_tell(OCILob $lob): int|false {}
466 function oci_lob_rewind(OCILob $lob): bool {}
470 function oci_lob_size(OCILob $lob): int|false {}
480 function oci_lob_flush(OCILob $lob, int $flag = 0): bool {}
482 function ocisetbufferinglob(OCILob $lob, bool $mode): bool {}
[all …]
H A Doci8_lob.c399 OCILobLocator *lob = (OCILobLocator *) descriptor->descriptor; in php_oci_lob_write() local
613 OCILobLocator *lob = descriptor->descriptor; in php_oci_lob_flush() local
707 OCILobLocator *lob = (OCILobLocator *)descriptor->descriptor; in php_oci_lob_import() local
796 OCILobLocator *lob = descriptor->descriptor; in php_oci_lob_truncate() local
838 OCILobLocator *lob = descriptor->descriptor; in php_oci_lob_erase() local
896 OCILobLocator *lob = descriptor->descriptor; in php_oci_lob_write_tmp() local
/PHP-8.2/ext/pgsql/
H A Dpgsql.stub.php690 function pg_lo_close(PgSql\Lob $lob): bool {}
696 function pg_loclose(PgSql\Lob $lob): bool {}
699 function pg_lo_read(PgSql\Lob $lob, int $length = 8192): string|false {}
705 function pg_loread(PgSql\Lob $lob, int $length = 8192): string|false {}
707 function pg_lo_write(PgSql\Lob $lob, string $data, ?int $length = null): int|false {}
713 function pg_lowrite(PgSql\Lob $lob, string $data, ?int $length = null): int|false {}
715 function pg_lo_read_all(PgSql\Lob $lob): int {}
721 function pg_loreadall(PgSql\Lob $lob): int {}
756 function pg_lo_seek(PgSql\Lob $lob, int $offset, int $whence = SEEK_CUR): bool {}
758 function pg_lo_tell(PgSql\Lob $lob): int {}
[all …]
H A Dpgsql.c105 #define CHECK_PGSQL_LOB(lob) \ argument
/PHP-8.2/ext/pdo_oci/
H A Doci_statement.c52 #define OCI_TEMPLOB_CLOSE(envhp, svchp, errhp, lob) \ argument
616 OCILobLocator *lob; member
725 static php_stream *oci_create_lob_stream(zval *dbh, pdo_stmt_t *stmt, OCILobLocator *lob) in oci_create_lob_stream()

Completed in 44 milliseconds