Home
last modified time | relevance | path

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

12345678910

/PHP-8.0/main/streams/
H A Duserspace.c559 static ssize_t php_userstreamop_write(php_stream *stream, const char *buf, size_t count) in php_userstreamop_write()
612 static ssize_t php_userstreamop_read(php_stream *stream, char *buf, size_t count) in php_userstreamop_read()
1377 static ssize_t php_userstreamop_readdir(php_stream *stream, char *buf, size_t count) in php_userstreamop_readdir()
H A Dglob_wrapper.c128 static ssize_t php_glob_stream_read(php_stream *stream, char *buf, size_t count) /* {{{ */ in php_glob_stream_read()
H A Dphp_stream_filter_api.h44 char *buf; member
/PHP-8.0/ext/sockets/
H A Dconversions.c215 char buf[sizeof("element #4294967295")]; in from_array_iterate() local
916 char buf[sizeof("element #4294967295")]; in from_zval_write_control_array() local
1009 char buf[sizeof("element #4294967295")]; in to_zval_read_control_array() local
1205 zend_string *buf = zend_string_alloc(len, 0); in to_zval_read_iov() local
1208 ZSTR_VAL(buf)[ZSTR_LEN(buf)] = '\0'; in to_zval_read_iov() local
/PHP-8.0/ext/standard/
H A Dftp_fopen_wrapper.c607 static ssize_t php_ftp_dirstream_read(php_stream *stream, char *buf, size_t count) in php_ftp_dirstream_read()
1050 char *p, *e, *buf; in php_stream_ftp_mkdir() local
H A Ddns.c124 char buf[HOST_NAME_MAX + 1]; in PHP_FUNCTION() local
1042 char buf[MAXHOSTNAMELEN]; in PHP_FUNCTION() local
H A Dhead.c87 smart_str buf = {0}; in php_setcookie() local
H A Ddns_win32.c259 char buf[sizeof("AAAA:AAAA:AAAA:AAAA:AAAA:AAAA:AAAA:AAAA")]; in php_parserr() local
H A Dmd5.c74 unsigned char buf[1024]; in PHP_FUNCTION() local
H A Dscanf.c589 char buf[64]; /* Temporary buffer to hold scanned number in php_sscanf_internal() local
/PHP-8.0/ext/posix/
H A Dposix.c788 char *buf; in PHP_FUNCTION() local
918 char *buf; in PHP_FUNCTION() local
/PHP-8.0/Zend/
H A Dzend_operators.h909 static zend_always_inline char *zend_print_ulong_to_buf(char *buf, zend_ulong num) { in zend_print_ulong_to_buf()
919 static zend_always_inline char *zend_print_long_to_buf(char *buf, zend_long num) { in zend_print_long_to_buf()
H A Dzend_ini_scanner.l273 char *buf; in zend_ini_open_file_for_scanning() local
H A Dzend_gc.c210 gc_root_buffer *buf; /* preallocated arrays of buffers */ member
502 GC_G(buf)[0].ref = NULL; in gc_enable() local
1135 gc_root_buffer *buf; in gc_add_garbage() local
/PHP-8.0/sapi/litespeed/
H A Dlsapi_main.c217 char buf[128]; in litespeed_php_import_environment_variables() local
367 char buf[SAPI_LSAPI_MAX_HEADER_LENGTH]; in sapi_lsapi_send_headers_like_cgi() local
505 char buf[8192]; in sapi_lsapi_log_message() local
/PHP-8.0/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp246 char *buf = (char*)stackBuffer; in createBufferClone() local
/PHP-8.0/ext/soap/
H A Dphp_xml.c130 xmlDocPtr soap_xmlParseMemory(const void *buf, size_t buf_size) in soap_xmlParseMemory()
H A Dphp_schema.c457 char buf[MAX_LENGTH_OF_LONG + 1]; in schema_list() local
554 char buf[MAX_LENGTH_OF_LONG + 1]; in schema_union() local
1925 char buf[MAX_LENGTH_OF_LONG + 1]; in schema_attribute() local
/PHP-8.0/ext/odbc/
H A Dphp_odbc.c516 char buf[32]; in PHP_MINFO_FUNCTION() local
1098 char buf[4096]; in PHP_FUNCTION() local
1354 char *buf = NULL; in php_odbc_fetch_hash() local
1513 char *buf = NULL; in PHP_FUNCTION() local
1934 char *buf = NULL; in PHP_FUNCTION() local
/PHP-8.0/main/
H A DSAPI.c890 char buf[255]; in sapi_send_headers() local
1104 char *buf = NULL; in sapi_add_request_header() local
/PHP-8.0/ext/ftp/
H A Dftp.h48 char buf[FTP_BUFSIZE]; /* data buffer */ member
/PHP-8.0/ext/pdo_dblib/
H A Ddblib_stmt.c241 char buf[16]; in pdo_dblib_stmt_describe() local
/PHP-8.0/sapi/fpm/fpm/
H A Dzlog.h81 struct zlog_stream_buffer buf; member
/PHP-8.0/ext/zlib/
H A Dzlib.c423 static inline int php_zlib_inflate_rounds(z_stream *Z, size_t max, char **buf, size_t *len) in php_zlib_inflate_rounds()
613 char buf[8192] = {0}; in PHP_FUNCTION() local
/PHP-8.0/ext/hash/
H A Dhash_md.c318 PHP_HASH_API void PHP_MD2Update(PHP_MD2_CTX *context, const unsigned char *buf, size_t len) in PHP_MD2Update()

Completed in 81 milliseconds

12345678910