Home
last modified time | relevance | path

Searched defs:buf (Results 126 – 150 of 235) sorted by relevance

12345678910

/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_children.c187 char buf[128]; in fpm_children_bury() local
H A Dzlog.h81 struct zlog_stream_buffer buf; member
/PHP-7.4/ext/sockets/
H A Dconversions.c222 char buf[sizeof("element #4294967295")]; in from_array_iterate() local
923 char buf[sizeof("element #4294967295")]; in from_zval_write_control_array() local
1016 char buf[sizeof("element #4294967295")]; in to_zval_read_control_array() local
1212 zend_string *buf = zend_string_alloc(len, 0); in to_zval_read_iov() local
1215 ZSTR_VAL(buf)[ZSTR_LEN(buf)] = '\0'; in to_zval_read_iov() local
/PHP-7.4/ext/standard/
H A Dftp_fopen_wrapper.c616 static ssize_t php_ftp_dirstream_read(php_stream *stream, char *buf, size_t count) in php_ftp_dirstream_read()
1065 char *p, *e, *buf; in php_stream_ftp_mkdir() local
H A Ddns.c127 char buf[HOST_NAME_MAX + 1]; in PHP_FUNCTION() local
1054 char buf[MAXHOSTNAMELEN]; in PHP_FUNCTION() local
H A Dhead.c84 smart_str buf = {0}; in php_setcookie() local
H A Dexec.c96 char *buf; in php_exec() local
H A Ddns_win32.c262 char buf[sizeof("AAAA:AAAA:AAAA:AAAA:AAAA:AAAA:AAAA:AAAA")]; in php_parserr() local
H A Dmd5.c78 unsigned char buf[1024]; in PHP_NAMED_FUNCTION() local
H A Dscanf.c591 char buf[64]; /* Temporary buffer to hold scanned number in php_sscanf_internal() local
/PHP-7.4/ext/posix/
H A Dposix.c1089 char *buf; in PHP_FUNCTION() local
1221 char *buf; in PHP_FUNCTION() local
/PHP-7.4/main/streams/
H A Dglob_wrapper.c130 static ssize_t php_glob_stream_read(php_stream *stream, char *buf, size_t count) /* {{{ */ in php_glob_stream_read()
H A Duserspace.c592 static ssize_t php_userstreamop_write(php_stream *stream, const char *buf, size_t count) in php_userstreamop_write()
646 static ssize_t php_userstreamop_read(php_stream *stream, char *buf, size_t count) in php_userstreamop_read()
1418 static ssize_t php_userstreamop_readdir(php_stream *stream, char *buf, size_t count) in php_userstreamop_readdir()
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c183 char buf[30]; in date_from_ISO8601() local
269 static int date_to_ISO8601 (time_t value, char *buf, int length) { in date_to_ISO8601()
757 char buf[1024]; in map_expat_errors() local
/PHP-7.4/sapi/litespeed/
H A Dlsapi_main.c222 char buf[128]; in litespeed_php_import_environment_variables() local
375 char buf[SAPI_LSAPI_MAX_HEADER_LENGTH]; in sapi_lsapi_send_headers_like_cgi() local
515 char buf[8192]; in sapi_lsapi_log_message() local
/PHP-7.4/ext/odbc/
H A Dphp_odbc.c844 char buf[32]; in PHP_MINFO_FUNCTION() local
1454 char buf[4096]; in PHP_FUNCTION() local
1721 char *buf = NULL; in php_odbc_fetch_hash() local
1883 char *buf = NULL; in PHP_FUNCTION() local
2310 char *buf = NULL; in PHP_FUNCTION() local
/PHP-7.4/ext/soap/
H A Dphp_xml.c131 xmlDocPtr soap_xmlParseMemory(const void *buf, size_t buf_size) in soap_xmlParseMemory()
/PHP-7.4/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp248 char *buf = (char*)stackBuffer; in createBufferClone() local
/PHP-7.4/Zend/
H A Dzend_ini_scanner.l278 char *buf; in zend_ini_open_file_for_scanning() local
H A Dzend_operators.h947 static zend_always_inline char *zend_print_ulong_to_buf(char *buf, zend_ulong num) { in zend_print_ulong_to_buf()
957 static zend_always_inline char *zend_print_long_to_buf(char *buf, zend_long num) { in zend_print_long_to_buf()
/PHP-7.4/ext/ftp/
H A Dftp.h50 char buf[FTP_BUFSIZE]; /* data buffer */ member
/PHP-7.4/ext/pdo_dblib/
H A Ddblib_stmt.c243 char buf[16]; in pdo_dblib_stmt_describe() local
/PHP-7.4/ext/hash/
H A Dhash_md.c139 unsigned char buf[1024]; in PHP_NAMED_FUNCTION() local
655 PHP_HASH_API void PHP_MD2Update(PHP_MD2_CTX *context, const unsigned char *buf, size_t len) in PHP_MD2Update()
H A Dhash_sha3.c158 const unsigned char* buf, in PHP_SHA3_Update()
/PHP-7.4/ext/zlib/
H A Dzlib.c373 static inline int php_zlib_inflate_rounds(z_stream *Z, size_t max, char **buf, size_t *len) in php_zlib_inflate_rounds()
566 char buf[8192] = {0}; in PHP_FUNCTION() local

Completed in 70 milliseconds

12345678910