Searched defs:bytes_max (Results 1 – 5 of 5) sorted by relevance
/php-src/ext/fileinfo/libmagic/ |
H A D | compress.c | 569 size_t bytes_max, size_t *n, int extra __attribute__((__unused__))) in uncompressgzipped() 610 size_t bytes_max, size_t *n, int zlib) in uncompresszlib() 652 size_t bytes_max, size_t *n, int extra __attribute__((__unused__))) in uncompressbzlib() 693 size_t bytes_max, size_t *n, int extra __attribute__((__unused__))) in uncompressxzlib() 731 size_t bytes_max, size_t *n, int extra __attribute__((__unused__))) in uncompresszstd() 776 size_t bytes_max, size_t *n, int extra __attribute__((__unused__))) in uncompresslzlib() 1053 uncompressbuf(int fd, size_t bytes_max, size_t method, int nofork, in uncompressbuf()
|
H A D | file.h | 483 size_t bytes_max; /* number of bytes to read from file */ member
|
/php-src/pear/ |
H A D | fetch.php | 9 …_callback($notification_code, $severity, $message, $message_code, $bytes_transferred, $bytes_max) {
|
/php-src/ext/standard/ |
H A D | streamsfuncs.c | 877 char *xmsg, int xcode, size_t bytes_sofar, size_t bytes_max, void * ptr) in user_space_stream_notifier()
|
/php-src/main/streams/ |
H A D | streams.c | 2360 char *xmsg, int xcode, size_t bytes_sofar, size_t bytes_max, void * ptr)
|
Completed in 33 milliseconds