Lines Matching refs:lob
309 function pg_lo_close(PgSql\Lob $lob): bool {} argument
315 function pg_loclose(PgSql\Lob $lob): bool {} argument
318 function pg_lo_read(PgSql\Lob $lob, int $length = 8192): string|false {} argument
324 function pg_loread(PgSql\Lob $lob, int $length = 8192): string|false {} argument
326 function pg_lo_write(PgSql\Lob $lob, string $data, ?int $length = null): int|false {} argument
332 function pg_lowrite(PgSql\Lob $lob, string $data, ?int $length = null): int|false {} argument
334 function pg_lo_read_all(PgSql\Lob $lob): int {} argument
340 function pg_loreadall(PgSql\Lob $lob): int {} argument
375 function pg_lo_seek(PgSql\Lob $lob, int $offset, int $whence = SEEK_CUR): bool {} argument
377 function pg_lo_tell(PgSql\Lob $lob): int {} argument
379 function pg_lo_truncate(PgSql\Lob $lob, int $size): bool {} argument