Home
last modified time | relevance | path

Searched refs:fbuf (Results 1 – 9 of 9) sorted by relevance

/PHP-7.3/main/
H A Dphp_syslog.c62 smart_string fbuf = {0}; in php_syslog() local
76 zend_printf_to_smart_string(&fbuf, format, args); in php_syslog()
77 smart_string_0(&fbuf); in php_syslog()
82 syslog(priority, "%.*s", (int)fbuf.len, fbuf.c); in php_syslog()
83 smart_string_free(&fbuf); in php_syslog()
87 for (ptr = fbuf.c; ; ++ptr) { in php_syslog()
114 smart_string_free(&fbuf); in php_syslog()
/PHP-7.3/ext/fileinfo/libmagic/
H A Dbuffer.c49 b->fbuf = data; in buffer_init()
H A Dis_tar.c65 const unsigned char *buf = b->fbuf; in file_is_tar()
H A Dascmagic.c83 bb.flen = trim_nuls(b->fbuf, b->flen); in file_ascmagic()
104 const unsigned char *buf = b->fbuf; in file_ascmagic_with_encoding()
H A Dsoftmagic.c217 switch (mget(ms, m, b, bb.fbuf, bb.flen, offset, cont_level, in match()
310 switch (mget(ms, m, b, bb.fbuf, bb.flen, offset, in match()
1430 buffer_init(bb, -1, b->fbuf, b->flen); in msetoffset()
1439 bb->fbuf, bb->flen, ms->offset, b->fbuf, b->flen, in msetoffset()
1664 bb.fbuf = s + offset; in mget()
H A Dfile.h151 const void *fbuf; member
H A Dencoding.c72 const unsigned char *buf = b->fbuf; in file_encoding()
H A Dreadcdf.c539 const unsigned char *buf = b->fbuf; in file_trycdf()
/PHP-7.3/ext/fileinfo/
H A Dlibmagic.patch1334 b->fbuf = data;
1862 - const unsigned char *buf = b->fbuf;
2252 const void *fbuf;

Completed in 25 milliseconds