Home
last modified time | relevance | path

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

/PHP-8.0/ext/oci8/
H A Doci8.stub.php31 function oci_free_descriptor(OCILob $lob): bool {}
37 function ocifreedesc(OCILob $lob): bool {}
55 function oci_lob_load(OCILob $lob): string|false {}
61 function ociloadlob(OCILob $lob): string|false {}
65 function oci_lob_eof(OCILob $lob): bool {}
67 function oci_lob_tell(OCILob $lob): int|false {}
69 function oci_lob_rewind(OCILob $lob): bool {}
73 function oci_lob_size(OCILob $lob): int|false {}
83 function oci_lob_flush(OCILob $lob, int $flag = 0): bool {}
85 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.0/ext/pgsql/
H A Dpgsql.stub.php303 function pg_lo_close($lob): bool {}
310 function pg_loclose($lob): bool {}
313 function pg_lo_read($lob, int $length = 8192): string|false {}
320 function pg_loread($lob, int $length = 8192): string|false {}
323 function pg_lo_write($lob, string $data, ?int $length = null): int|false {}
330 function pg_lowrite($lob, string $data, ?int $length = null): int|false {}
333 function pg_lo_read_all($lob): int {}
340 function pg_loreadall($lob): int {}
379 function pg_lo_seek($lob, int $offset, int $whence = SEEK_CUR): bool {}
382 function pg_lo_tell($lob): int {}
[all …]
/PHP-8.0/ext/pdo_oci/
H A Doci_statement.c52 #define OCI_TEMPLOB_CLOSE(envhp, svchp, errhp, lob) \ argument
620 OCILobLocator *lob; member
717 static php_stream *oci_create_lob_stream(zval *dbh, pdo_stmt_t *stmt, OCILobLocator *lob) in oci_create_lob_stream()

Completed in 20 milliseconds