Home
last modified time | relevance | path

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

1234

/PHP-8.1/main/
H A DSAPI.c232 SAPI_API size_t sapi_read_post_block(char *buffer, size_t buflen) in sapi_read_post_block()
269 char buffer[SAPI_POST_BLOCK_SIZE]; in SAPI_POST_READER_FUNC() local
H A Dphp_output.h125 php_output_buffer buffer; member
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_list.c154 char *buffer = data->buf + linestart; in phpdbg_list_file() local
H A Dphpdbg.h295 char *buffer; /* buffer */ variable
/PHP-8.1/main/streams/
H A Dphp_stream_filter_api.h115 php_stream_bucket_brigade buffer; member
/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c223 PCRE2_UCHAR *buffer, PCRE2_SIZE *blength) in pcre2_substitute()
/PHP-8.1/ext/standard/
H A Diptc.c307 unsigned char *buffer, recnum, dataset; in PHP_FUNCTION() local
H A Duser_filters.c474 char *buffer; in PHP_FUNCTION() local
H A Dftp_fopen_wrapper.c77 static inline int get_ftp_result(php_stream *stream, char *buffer, size_t buffer_size) in get_ftp_result()
/PHP-8.1/ext/fileinfo/
H A Dfileinfo.c311 char *ret_val = NULL, *buffer = NULL; in _php_finfo_get_type() local
/PHP-8.1/ext/libxml/
H A Dlibxml.c336 static int php_libxml_streams_IO_read(void *context, char *buffer, int len) in php_libxml_streams_IO_read()
341 static int php_libxml_streams_IO_write(void *context, const char *buffer, int len) in php_libxml_streams_IO_write()
/PHP-8.1/ext/sockets/
H A Dsendrecvmsg.c378 void *buffer; in php_do_getsockopt_ipv6_rfc3542() local
/PHP-8.1/ext/zip/
H A Dphp_zip.c1318 zend_string *buffer; in PHP_FUNCTION() local
1337 ZSTR_VAL(buffer)[n] = '\0'; in PHP_FUNCTION() local
1893 zend_string *buffer; local
2819 zend_string *buffer; local
2866 ZSTR_VAL(buffer)[n] = '\0'; local
/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd_debug.c148 char * message_line, *buffer; in MYSQLND_METHOD() local
H A Dmysqlnd_commands.c33 zend_uchar buffer[2]; in MYSQLND_METHOD() local
/PHP-8.1/ext/xmlwriter/
H A Dphp_xmlwriter.c941 xmlBufferPtr buffer; in PHP_FUNCTION() local
990 xmlBufferPtr buffer; in php_xmlwriter_flush() local
/PHP-8.1/ext/oci8/
H A Doci8_interface.c312 char *buffer = NULL; in PHP_FUNCTION() local
347 char *buffer; in PHP_FUNCTION() local
824 char *buffer; in PHP_FUNCTION() local
/PHP-8.1/ext/ftp/
H A Dftp.c607 char *buffer; in ftp_chmod() local
639 char buffer[64]; in ftp_alloc() local
/PHP-8.1/Zend/
H A Dzend_interfaces.c363 ZEND_API int zend_user_serialize(zval *object, unsigned char **buffer, size_t *buf_len, zend_serial… in zend_user_serialize()
/PHP-8.1/sapi/cgi/
H A Dcgi_main.c474 static size_t sapi_cgi_read_post(char *buffer, size_t count_bytes) in sapi_cgi_read_post()
502 static size_t sapi_fcgi_read_post(char *buffer, size_t count_bytes) in sapi_fcgi_read_post()
/PHP-8.1/ext/gd/libgd/
H A Dgd_gif_in.c48 #define ReadOK(file,buffer,len) (gdGetBuf(buffer, len, file) > 0) argument
/PHP-8.1/ext/curl/
H A Dinterface.c1674 static void curl_free_buffers(void **buffer) in curl_free_buffers()
1955 static size_t read_cb(char *buffer, size_t size, size_t nitems, void *arg) /* {{{ */ in read_cb()
/PHP-8.1/win32/
H A Dioutil.c1029 char buffer[MAXIMUM_REPARSE_DATA_BUFFER_SIZE]; in php_win32_ioutil_readlink_int() local
/PHP-8.1/ext/opcache/jit/dynasm/
H A Ddasm_mips.h323 int dasm_encode(Dst_DECL, void *buffer) in dasm_encode()
H A Ddasm_arm.h345 int dasm_encode(Dst_DECL, void *buffer) in dasm_encode()

Completed in 94 milliseconds

1234