Home
last modified time | relevance | path

Searched defs:buffer (Results 51 – 75 of 93) sorted by relevance

1234

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_list.c158 char *buffer = data->buf + linestart; in phpdbg_list_file() local
H A Dphpdbg.h309 char *buffer; /* buffer */ variable
/PHP-7.4/main/
H A Dmain.c964 char *buffer; in php_printf() local
986 char *buffer = NULL, *docref_buf = NULL, *target = NULL; in php_verror() local
1257 char *buffer; in php_error_cb() local
H A Dphp_output.h127 php_output_buffer buffer; member
/PHP-7.4/main/streams/
H A Dphp_stream_filter_api.h117 php_stream_bucket_brigade buffer; member
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c223 PCRE2_UCHAR *buffer, PCRE2_SIZE *blength) in pcre2_substitute()
/PHP-7.4/ext/standard/
H A Diptc.c322 unsigned char *buffer, recnum, dataset; in PHP_FUNCTION() local
H A Duser_filters.c506 char *buffer; in PHP_FUNCTION() local
H A Dimage.c182 static unsigned long int php_swf_get_bits (unsigned char* buffer, unsigned int pos, unsigned int co… in php_swf_get_bits()
442 char *buffer; in php_read_APP() local
H A Dftp_fopen_wrapper.c80 static inline int get_ftp_result(php_stream *stream, char *buffer, size_t buffer_size) in get_ftp_result()
H A Dbasic_functions.c3928 char buffer[40]; in PHP_NAMED_FUNCTION() local
3960 char buffer[17]; in PHP_NAMED_FUNCTION() local
/PHP-7.4/ext/libxml/
H A Dlibxml.c382 static int php_libxml_streams_IO_read(void *context, char *buffer, int len) in php_libxml_streams_IO_read()
387 static int php_libxml_streams_IO_write(void *context, const char *buffer, int len) in php_libxml_streams_IO_write()
/PHP-7.4/ext/zip/
H A Dphp_zip.c1313 zend_string *buffer; in PHP_NAMED_FUNCTION() local
1332 ZSTR_VAL(buffer)[n] = '\0'; in PHP_NAMED_FUNCTION() local
1828 zend_string *buffer; local
2709 zend_string *buffer; local
2752 ZSTR_VAL(buffer)[n] = '\0'; local
/PHP-7.4/ext/fileinfo/
H A Dfileinfo.c436 char *ret_val = NULL, *buffer = NULL; in _php_finfo_get_type() local
/PHP-7.4/ext/sockets/
H A Dsendrecvmsg.c372 void *buffer; in php_do_getsockopt_ipv6_rfc3542() local
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_commands.c35 zend_uchar buffer[2]; in MYSQLND_METHOD() local
H A Dmysqlnd_debug.c150 char * message_line, *buffer; in MYSQLND_METHOD() local
/PHP-7.4/ext/oci8/
H A Doci8_interface.c369 char *buffer = NULL; in PHP_FUNCTION() local
407 char *buffer; in PHP_FUNCTION() local
975 char *buffer; in PHP_FUNCTION() local
/PHP-7.4/ext/xmlwriter/
H A Dphp_xmlwriter.c1713 xmlBufferPtr buffer; in PHP_FUNCTION() local
1760 xmlBufferPtr buffer; in php_xmlwriter_flush() local
/PHP-7.4/ext/ftp/
H A Dftp.c626 char *buffer; in ftp_chmod() local
659 char buffer[64]; in ftp_alloc() local
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c478 static size_t sapi_cgi_read_post(char *buffer, size_t count_bytes) in sapi_cgi_read_post()
506 static size_t sapi_fcgi_read_post(char *buffer, size_t count_bytes) in sapi_fcgi_read_post()
/PHP-7.4/ext/openssl/
H A Dopenssl.c1299 char buffer[MAXPATHLEN]; in php_openssl_load_rand_file() local
1329 char buffer[MAXPATHLEN]; in php_openssl_write_rand_file() local
3194 char buffer[200 + 1]; /*200 + \0 !*/ in php_openssl_make_REQ() local
6955 zend_string *buffer = NULL; in php_openssl_random_pseudo_bytes() local
6993 zend_string *buffer = NULL; in PHP_FUNCTION() local
7006 ZSTR_VAL(buffer)[buffer_length] = 0; in PHP_FUNCTION() local
/PHP-7.4/ext/gd/libgd/
H A Dgd_gif_in.c48 #define ReadOK(file,buffer,len) (gdGetBuf(buffer, len, file) > 0) argument
/PHP-7.4/win32/
H A Dioutil.c1032 char buffer[MAXIMUM_REPARSE_DATA_BUFFER_SIZE]; in php_win32_ioutil_readlink_int() local
/PHP-7.4/ext/zlib/
H A Dzlib.c376 php_zlib_buffer buffer = {NULL, NULL, 0, 0, 0}; in php_zlib_inflate_rounds() local

Completed in 148 milliseconds

1234