Lines Matching refs:lob
746 function pg_lo_close(PgSql\Lob $lob): bool {} argument
752 function pg_loclose(PgSql\Lob $lob): bool {} argument
755 function pg_lo_read(PgSql\Lob $lob, int $length = 8192): string|false {} argument
761 function pg_loread(PgSql\Lob $lob, int $length = 8192): string|false {} argument
763 function pg_lo_write(PgSql\Lob $lob, string $data, ?int $length = null): int|false {} argument
769 function pg_lowrite(PgSql\Lob $lob, string $data, ?int $length = null): int|false {} argument
771 function pg_lo_read_all(PgSql\Lob $lob): int {} argument
777 function pg_loreadall(PgSql\Lob $lob): int {} argument
812 function pg_lo_seek(PgSql\Lob $lob, int $offset, int $whence = SEEK_CUR): bool {} argument
814 function pg_lo_tell(PgSql\Lob $lob): int {} argument
816 function pg_lo_truncate(PgSql\Lob $lob, int $size): bool {} argument