Home
last modified time | relevance | path

Searched defs:buf (Results 51 – 75 of 266) sorted by relevance

1234567891011

/php-src/ext/zlib/
H A Dzlib_fopen_wrapper.c33 static ssize_t php_gziop_read(php_stream *stream, char *buf, size_t count) in php_gziop_read()
48 static ssize_t php_gziop_write(php_stream *stream, const char *buf, size_t count) in php_gziop_write()
/php-src/ext/dba/
H A Ddba_dbm.c56 char buf[MAXPATHLEN]; in DBA_OPEN_FUNC() local
64 char buf[MAXPATHLEN]; in DBA_OPEN_FUNC() local
/php-src/ext/hash/
H A Dhash_fnv.c167 fnv_32_buf(void *buf, size_t len, uint32_t hval, int alternate) in fnv_32_buf()
210 fnv_64_buf(void *buf, size_t len, uint64_t hval, int alternate) in fnv_64_buf()
H A Dhash.c180 static uint64_t one_from_buffer(size_t sz, const unsigned char *buf) { in one_from_buffer()
196 static void one_to_buffer(size_t sz, unsigned char *buf, uint64_t val) { in one_to_buffer()
236 unsigned char *buf = (unsigned char *) hash->context; in php_hash_serialize_spec() local
284 unsigned char *buf = (unsigned char *) hash->context; in php_hash_unserialize_spec() local
388 char buf[1024]; in php_hash_do_hash() local
535 char buf[1024]; in php_hash_do_hash_hmac() local
725 char buf[1024]; in PHP_FUNCTION() local
753 char buf[1024]; in PHP_FUNCTION() local
1182 char buf[128]; in mhash_init() local
/php-src/win32/
H A Dglob.c610 char buf[MAXPATHLEN]; in glob3() local
794 char buf[MAXPATHLEN]; in g_opendir() local
811 char buf[MAXPATHLEN]; in g_lstat() local
822 char buf[MAXPATHLEN]; in g_stat() local
840 static int g_Ctoc(const Char *str, char *buf, u_int len) in g_Ctoc()
/php-src/ext/fileinfo/libmagic/
H A Dder.c227 der_tag(char *buf, size_t len, uint32_t tag) in der_tag()
238 der_data(char *buf, size_t blen, uint32_t tag, const void *q, uint32_t len) in der_data()
311 char buf[128]; in der_cmp() local
412 char buf[128]; in printdata() local
H A Dreadcdf.c141 char buf[64]; in cdf_file_property_info() local
260 char buf[256]; in cdf_file_catalog() local
345 format_clsid(char *buf, size_t len, const uint64_t uuid[2]) { in format_clsid()
533 const unsigned char *buf = CAST(const unsigned char *, b->fbuf); in file_trycdf() local
H A Dmagic.c199 unsigned char *buf; in file_or_stream() local
272 magic_buffer(struct magic_set *ms, const void *buf, size_t nb) in magic_buffer()
H A Dfuncs.c55 file_copystr(char *buf, size_t blen, size_t width, const char *str) in file_copystr()
136 char *buf, *newstr; in file_vprintf() local
319 const void *buf, size_t nb) in file_buffer()
738 file_printable(struct magic_set *ms, char *buf, size_t bufsiz, in file_printable()
/php-src/ext/standard/
H A Dexec.c84 static size_t strip_trailing_whitespace(char *buf, size_t bufl) { in strip_trailing_whitespace()
94 static size_t handle_line(int type, zval *array, char *buf, size_t bufl) { in handle_line()
117 char *buf; in php_exec() local
H A Dpack.c898 char buf[MAX_LENGTH_OF_LONG + 1]; in PHP_FUNCTION() local
979 zend_string *buf; in PHP_FUNCTION() local
1002 ZSTR_VAL(buf)[opos] = cc; in PHP_FUNCTION() local
1011 ZSTR_VAL(buf)[len] = '\0'; in PHP_FUNCTION() local
/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_qprint.c252 static size_t mb_qprint_to_wchar(unsigned char **in, size_t *in_len, uint32_t *buf, size_t bufsize,… in mb_qprint_to_wchar()
302 static void mb_wchar_to_qprint(uint32_t *in, size_t len, mb_convert_buf *buf, bool end) in mb_wchar_to_qprint()
H A Dmbfilter_base64.c246 static size_t mb_base64_to_wchar(unsigned char **in, size_t *in_len, uint32_t *buf, size_t bufsize,… in mb_base64_to_wchar()
297 static void mb_wchar_to_base64(uint32_t *in, size_t len, mb_convert_buf *buf, bool end) in mb_wchar_to_base64()
H A Dmbfilter_uuencode.c170 static size_t mb_uuencode_to_wchar(unsigned char **in, size_t *in_len, uint32_t *buf, size_t bufsiz… in mb_uuencode_to_wchar()
248 static void mb_wchar_to_uuencode(uint32_t *in, size_t len, mb_convert_buf *buf, bool end) in mb_wchar_to_uuencode()
/php-src/ext/ftp/
H A Dftp.c1410 int single_send(ftpbuf_t *ftp, php_socket_t s, void *buf, size_t size) { in single_send()
1470 my_send(ftpbuf_t *ftp, php_socket_t s, void *buf, size_t len) in my_send()
1480 char buf[256]; in my_send() local
1507 my_recv(ftpbuf_t *ftp, php_socket_t s, void *buf, size_t len) in my_recv()
1518 char buf[256]; in my_recv() local
1592 char buf[256]; in data_available() local
1615 char buf[256]; in data_writeable() local
1639 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
/php-src/sapi/fpm/fpm/
H A Dfpm_trace.c9 int fpm_trace_get_strz(char *buf, size_t sz, long addr) /* {{{ */ in fpm_trace_get_strz()
H A Dfpm_trace_pread.c34 char buf[128]; in fpm_trace_ready() local
/php-src/Zend/
H A Dzend.c276 smart_string buf = {0}; in ZEND_INI_END() local
328 smart_str buf = {0}; in zend_vstrpprintf() local
370 static void print_hash(smart_str *buf, HashTable *ht, int indent, bool is_object) /* {{{ */ in print_hash()
421 static void print_flat_hash(smart_str *buf, HashTable *ht) /* {{{ */ in print_flat_hash()
470 void zend_print_flat_zval_r_to_buf(smart_str *buf, zval *expr) /* {{{ */ in zend_print_flat_zval_r_to_buf()
527 smart_str buf = {0}; in zend_print_flat_zval_r() local
534 static void zend_print_zval_r_to_buf(smart_str *buf, zval *expr, int indent) /* {{{ */ in zend_print_zval_r_to_buf()
609 smart_str buf = {0}; in zend_print_zval_r_to_str() local
1684 char *buf = strerror_r(errn, b, sizeof(b)); in zend_strerror_noreturn() local
1687 char *buf = b; in zend_strerror_noreturn() local
H A Dzend_smart_string.h92 char buf[32]; in smart_string_append_long_ex() local
98 char buf[32]; in smart_string_append_unsigned_ex() local
/php-src/ext/sysvsem/
H A Dsysvsem.c38 struct semid_ds *buf; /* buffer for IPC_STAT, IPC_SET */ member
337 struct semid_ds buf; in PHP_FUNCTION() local
/php-src/ext/gd/libgd/
H A Dgd_color_match.c12 unsigned long *buf; /* stores our calculations */ in gdImageColorMatch() local
H A Dgdxpm.c23 char buf[5]; in gdImageCreateFromXpm() local
/php-src/ext/opcache/jit/ir/
H A Dgen_ir_fold_hash.c137 static int parse_rule(const char *buf) in parse_rule()
243 char buf[4096]; in main() local
/php-src/ext/pdo_odbc/
H A Dodbc_stmt.c56 static int pdo_odbc_utf82ucs2(pdo_stmt_t *stmt, int is_unicode, const char *buf, in pdo_odbc_utf82ucs2()
160 char *buf = NULL; in odbc_stmt_execute() local
800 char buf[256]; in odbc_stmt_get_attr() local
/php-src/sapi/phpdbg/
H A Dphpdbg_list.h43 char *buf; member

Completed in 167 milliseconds

1234567891011