Home
last modified time | relevance | path

Searched refs:file_buffer (Results 1 – 6 of 6) sorted by relevance

/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_debug.c57 char pid_buffer[10], time_buffer[30], file_buffer[200], in MYSQLND_METHOD() local
109 snprintf(file_buffer, sizeof(file_buffer) - 1, "%14s: ", file); in MYSQLND_METHOD()
110 file_buffer[sizeof(file_buffer) - 1 ] = '\0'; in MYSQLND_METHOD()
124 flags & MYSQLND_DEBUG_DUMP_FILE? file_buffer:"", in MYSQLND_METHOD()
154 char pid_buffer[10], time_buffer[30], file_buffer[200], in MYSQLND_METHOD() local
206 snprintf(file_buffer, sizeof(file_buffer) - 1, "%14s: ", file); in MYSQLND_METHOD()
207 file_buffer[sizeof(file_buffer) - 1 ] = '\0'; in MYSQLND_METHOD()
225 flags & MYSQLND_DEBUG_DUMP_FILE? file_buffer:"", in MYSQLND_METHOD()
/PHP-7.4/ext/fileinfo/libmagic/
H A Dmagic.c285 if (file_buffer(ms, stream, &sb, inname, buf, CAST(size_t, nbytes)) == -1) in file_or_stream()
310 if (file_buffer(ms, NULL, NULL, NULL, buf, nb) == -1) { in magic_buffer()
H A Dcompress.c269 prv = file_buffer(ms, NULL, NULL, name, newbuf, nsz); in file_zmagic()
286 if (file_buffer(ms, NULL, NULL, NULL, buf, nbytes) == -1) { in file_zmagic()
H A Dfile.h457 protected int file_buffer(struct magic_set *, php_stream *, zend_stat_t *, const char *, const void…
H A Dfuncs.c205 file_buffer(struct magic_set *ms, php_stream *stream, zend_stat_t *st, in file_buffer() function
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch1454 - prv = file_buffer(ms, -1, NULL, name, newbuf, nsz);
1455 + prv = file_buffer(ms, NULL, NULL, name, newbuf, nsz);
1460 * XXX: If file_buffer fails here, we overwrite
1463 - if (file_buffer(ms, -1, NULL, NULL, buf, nbytes) == -1) {
1464 + if (file_buffer(ms, NULL, NULL, NULL, buf, nbytes) == -1) {
1772 -protected int file_buffer(struct magic_set *, int, struct stat *, const char *,
2365 -file_buffer(struct magic_set *ms, int fd, struct stat *st,
2367 +file_buffer(struct magic_set *ms, php_stream *stream, zend_stat_t *st,
3024 + if (file_buffer(ms, stream, &sb, inname, buf, CAST(size_t, nbytes)) == -1)
3044 - if (file_buffer(ms, -1, NULL, NULL, buf, nb) == -1) {
[all …]

Completed in 24 milliseconds