Lines Matching refs:lob
690 function pg_lo_close(PgSql\Lob $lob): bool {} argument
696 function pg_loclose(PgSql\Lob $lob): bool {} argument
699 function pg_lo_read(PgSql\Lob $lob, int $length = 8192): string|false {} argument
705 function pg_loread(PgSql\Lob $lob, int $length = 8192): string|false {} argument
707 function pg_lo_write(PgSql\Lob $lob, string $data, ?int $length = null): int|false {} argument
713 function pg_lowrite(PgSql\Lob $lob, string $data, ?int $length = null): int|false {} argument
715 function pg_lo_read_all(PgSql\Lob $lob): int {} argument
721 function pg_loreadall(PgSql\Lob $lob): int {} argument
756 function pg_lo_seek(PgSql\Lob $lob, int $offset, int $whence = SEEK_CUR): bool {} argument
758 function pg_lo_tell(PgSql\Lob $lob): int {} argument
760 function pg_lo_truncate(PgSql\Lob $lob, int $size): bool {} argument