Lines Matching defs:lob
303 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 {}
385 function pg_lo_truncate($lob, int $size): bool {}