Home
last modified time | relevance | path

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

/php-src/ext/mysqlnd/
H A Dmysqlnd_debug.c55 char pid_buffer[10], time_buffer[30], file_buffer[200], in MYSQLND_METHOD() local
97 snprintf(file_buffer, sizeof(file_buffer) - 1, "%14s: ", file); in MYSQLND_METHOD()
98 file_buffer[sizeof(file_buffer) - 1 ] = '\0'; in MYSQLND_METHOD()
112 flags & MYSQLND_DEBUG_DUMP_FILE? file_buffer:"", in MYSQLND_METHOD()
142 char pid_buffer[10], time_buffer[30], file_buffer[200], in MYSQLND_METHOD() local
184 snprintf(file_buffer, sizeof(file_buffer) - 1, "%14s: ", file); in MYSQLND_METHOD()
185 file_buffer[sizeof(file_buffer) - 1 ] = '\0'; in MYSQLND_METHOD()
203 flags & MYSQLND_DEBUG_DUMP_FILE? file_buffer:"", in MYSQLND_METHOD()
/php-src/ext/fileinfo/libmagic/
H A Dmagic.c257 if (file_buffer(ms, stream, &sb, inname, buf, CAST(size_t, nbytes)) == -1) in file_or_stream()
282 if (file_buffer(ms, NULL, NULL, NULL, buf, nb) == -1) { in magic_buffer()
H A Dfile.h520 file_protected int file_buffer(struct magic_set *, php_stream *, zend_stat_t *, const char *, const…
H A Dcompress.c325 prv = file_buffer(ms, NULL, NULL, name, newbuf, in file_zmagic()
343 if (file_buffer(ms, NULL, NULL, NULL, buf, nbytes) == -1) in file_zmagic()
H A Dfuncs.c317 file_buffer(struct magic_set *ms, php_stream *stream, zend_stat_t *st, in file_buffer() function
/php-src/ext/fileinfo/
H A Dlibmagic.patch1258 - prv = file_buffer(ms, -1, NULL, name, newbuf,
1259 + prv = file_buffer(ms, NULL, NULL, name, newbuf,
1264 * XXX: If file_buffer fails here, we overwrite
1267 - if (file_buffer(ms, -1, NULL, NULL, buf, nbytes) == -1)
1268 + if (file_buffer(ms, NULL, NULL, NULL, buf, nbytes) == -1)
1478 -file_protected int file_buffer(struct magic_set *, int, struct stat *,
1941 -file_buffer(struct magic_set *ms, int fd, struct stat *st,
1942 +file_buffer(struct magic_set *ms, php_stream *stream, zend_stat_t *st,
2672 + if (file_buffer(ms, stream, &sb, inname, buf, CAST(size_t, nbytes)) == -1)
2692 - if (file_buffer(ms, -1, NULL, NULL, buf, nb) == -1) {
[all …]

Completed in 30 milliseconds