Home
last modified time | relevance | path

Searched defs:buf (Results 26 – 50 of 235) sorted by path

12345678910

/PHP-7.4/ext/dba/libcdb/
H A Dcdb.c48 char buf[32]; in cdb_match() local
68 uint32 cdb_hash(char *buf, unsigned int len) in cdb_hash()
104 int cdb_read(struct cdb *c, char *buf, unsigned int len, uint32 pos) in cdb_read()
131 char buf[8]; in cdb_findnext() local
H A Dcdb_make.c41 static int cdb_make_write(struct cdb_make *c, char *buf, uint32 sz) { in cdb_make_write()
106 char buf[8]; in cdb_make_addbegin() local
140 char buf[8]; in cdb_make_finish() local
/PHP-7.4/ext/dba/libflatfile/
H A Dflatfile.c88 char buf[16]; in flatfile_fetch() local
110 char *buf = emalloc(buf_size); in flatfile_delete() local
160 char *buf = emalloc(buf_size); in flatfile_findkey() local
205 char *buf = emalloc(buf_size); in flatfile_firstkey() local
248 char *buf = emalloc(buf_size); in flatfile_nextkey() local
/PHP-7.4/ext/dom/
H A Ddocument.c1634 xmlBufferPtr buf; in PHP_FUNCTION() local
2178 xmlBufferPtr buf; in PHP_FUNCTION() local
H A Dnode.c1706 xmlOutputBufferPtr buf; in dom_canonicalization() local
/PHP-7.4/ext/exif/
H A Dexif.c1415 static char *exif_get_tagname_key(int tag_num, char *buf, size_t buf_size, tag_table_type tag_table) in exif_get_tagname_key()
1430 static unsigned char buf[4096+1]; in exif_char_dump() local
2053 char *buf; in exif_error_docref() local
/PHP-7.4/ext/ffi/
H A Dffi.c1384 char buf[MAX_TYPE_NAME_LEN]; member
1387 static int zend_ffi_ctype_name_prepend(zend_ffi_ctype_name_buf *buf, const char *str, size_t len) /… in zend_ffi_ctype_name_prepend()
1398 static int zend_ffi_ctype_name_append(zend_ffi_ctype_name_buf *buf, const char *str, size_t len) /*… in zend_ffi_ctype_name_append()
1409 static int zend_ffi_ctype_name(zend_ffi_ctype_name_buf *buf, const zend_ffi_type *type) /* {{{ */ in zend_ffi_ctype_name()
1633 zend_ffi_ctype_name_buf buf; in zend_ffi_get_class_name() local
3134 struct stat buf; in zend_ffi_load() local
H A Dphp_ffi.h52 unsigned const char *buf; variable
/PHP-7.4/ext/fileinfo/libmagic/
H A Dapprentice.c2237 char *buf = CAST(char *, CAST(void *, m)) + off; in parse_extra() local
3245 char *buf; local
H A Dapptype.c45 file_os2_apptype(struct magic_set *ms, const char *fn, const void *buf, in file_os2_apptype()
H A Dascmagic.c62 trim_nuls(const unsigned char *buf, size_t nbytes) in trim_nuls()
110 const unsigned char *buf = CAST(const unsigned char *, b->fbuf); in file_ascmagic_with_encoding() local
341 encode_utf8(unsigned char *buf, size_t len, unichar *ubuf, size_t ulen) in encode_utf8()
H A Dcdf.c215 cdf_unpack_header(cdf_header_t *h, char *buf) in cdf_unpack_header()
266 cdf_unpack_dir(cdf_directory_t *d, char *buf) in cdf_unpack_dir()
357 char buf[512]; in cdf_read_header() local
397 cdf_read_short_sector(const cdf_stream_t *sst, void *buf, size_t offs, in cdf_read_short_sector()
654 char *buf; in cdf_read_dir() local
1202 cdf_print_classid(char *buf, size_t buflen, const cdf_classid_t *id) in cdf_print_classid()
1238 cdf_print_property_name(char *buf, size_t bufsiz, uint32_t p) in cdf_print_property_name()
1284 cdf_u16tos8(char *buf, size_t len, const uint16_t *p) in cdf_u16tos8()
1384 char buf[26]; in cdf_dump_dir() local
1434 char buf[64]; in cdf_dump_property_info() local
[all …]
H A Dcdf_time.c170 cdf_ctime(const time_t *sec, char *buf) in cdf_ctime()
186 char buf[25]; in main() local
H A Dcompress.c98 zlibcmp(const unsigned char *buf) in zlibcmp()
200 format_decompression_error(struct magic_set *ms, size_t i, unsigned char *buf) in format_decompression_error()
226 const unsigned char *buf = CAST(const unsigned char *, b->fbuf); in file_zmagic() local
328 swrite(int fd, const void *buf, size_t n) in swrite()
353 sread(int fd, void *buf, size_t n, int canbepipe) in sread()
421 char buf[4096]; in file_pipe2file() local
573 makeerror(unsigned char **buf, size_t *len, const char *fmt, ...) in makeerror()
651 char *buf; in filter_error() local
H A Dder.c210 der_tag(char *buf, size_t len, uint32_t tag) in der_tag()
221 der_data(char *buf, size_t blen, uint32_t tag, const void *q, uint32_t len) in der_data()
284 char buf[128]; in der_cmp() local
364 char buf[128]; in printdata() local
H A Dencoding.c73 const unsigned char *buf = CAST(const unsigned char *, b->fbuf); in file_encoding() local
254 looks_ascii(const unsigned char *buf, size_t nbytes, unichar *ubuf, in looks_ascii()
274 looks_latin1(const unsigned char *buf, size_t nbytes, unichar *ubuf, size_t *ulen) in looks_latin1()
293 looks_extended(const unsigned char *buf, size_t nbytes, unichar *ubuf, in looks_extended()
324 file_looks_utf8(const unsigned char *buf, size_t nbytes, unichar *ubuf, size_t *ulen) in file_looks_utf8()
395 looks_utf8_with_BOM(const unsigned char *buf, size_t nbytes, unichar *ubuf, in looks_utf8_with_BOM()
405 looks_utf7(const unsigned char *buf, size_t nbytes, unichar *ubuf, size_t *ulen) in looks_utf7()
589 from_ebcdic(const unsigned char *buf, size_t nbytes, unsigned char *out) in from_ebcdic()
H A Dfile.h409 char *buf; /* Accumulation buffer */ member
518 char *buf; member
H A Dfuncs.c61 char *buf = NULL, *newstr; in file_printf() local
88 char *buf = NULL; in file_error_core() local
207 const void *buf, size_t nb) in file_buffer()
601 file_printable(char *buf, size_t bufsiz, const char *str, size_t slen) in file_printable()
H A Dis_tar.c65 const unsigned char *buf = CAST(const unsigned char *, b->fbuf); in file_is_tar() local
99 is_tar(const unsigned char *buf, size_t nbytes) in is_tar()
H A Dmagic.c227 unsigned char *buf; in file_or_stream() local
300 magic_buffer(struct magic_set *ms, const void *buf, size_t nb) in magic_buffer()
H A Dprint.c236 file_fmttime(uint64_t v, int flags, char *buf) in file_fmttime()
H A Dreadcdf.c143 char buf[64]; in cdf_file_property_info() local
262 char buf[256]; in cdf_file_catalog() local
347 format_clsid(char *buf, size_t len, const uint64_t uuid[2]) { in format_clsid()
535 const unsigned char *buf = CAST(const unsigned char *, b->fbuf); in file_trycdf() local
H A Dsoftmagic.c495 varexpand(struct magic_set *ms, char *buf, size_t len, const char *str) in varexpand()
556 char buf[128], tbuf[26], sbuf[512], ebuf[512]; in mprint() local
1312 const char *buf; /* start of search region */ in mcopy() local
2346 char buf[1024]; in handle_annotation() local
/PHP-7.4/ext/filter/
H A Dsanitizing_filters.c114 zend_string *buf; in php_filter_strip() local
129 ZSTR_VAL(buf)[c] = str[i]; in php_filter_strip() local
134 ZSTR_VAL(buf)[c] = '\0'; in php_filter_strip() local
161 zend_string *buf; in filter_map_apply() local
168 ZSTR_VAL(buf)[c] = str[i]; in filter_map_apply() local
173 ZSTR_VAL(buf)[c] = '\0'; in filter_map_apply() local
258 zend_string *buf; in php_filter_full_special_chars() local
372 zend_string *buf = php_addslashes(Z_STR_P(value)); in php_filter_add_slashes() local
382 zend_string *buf; in php_filter_magic_quotes() local
/PHP-7.4/ext/ftp/
H A Dftp.c1406 int single_send(ftpbuf_t *ftp, php_socket_t s, void *buf, size_t size) { in single_send()
1467 my_send(ftpbuf_t *ftp, php_socket_t s, void *buf, size_t len) in my_send()
1477 char buf[256]; in my_send() local
1505 my_recv(ftpbuf_t *ftp, php_socket_t s, void *buf, size_t len) in my_recv()
1516 char buf[256]; in my_recv() local
1591 char buf[256]; in data_available() local
1615 char buf[256]; in data_writeable() local
1640 char buf[256]; in my_accept() local
1908 char buf[256]; /* We will use this for the OpenSSL error buffer, so it has in ftp_ssl_shutdown() local

Completed in 124 milliseconds

12345678910