Home
last modified time | relevance | path

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

12345

/php-src/ext/dom/lexbor/lexbor/css/syntax/
H A Dtokenizer.h66 lxb_char_t buffer[128]; member
/php-src/ext/mysqlnd/
H A Dmysqlnd_auth.c518 php_mysqlnd_crypt(zend_uchar *buffer, const zend_uchar *s1, const zend_uchar *s2, size_t len) in php_mysqlnd_crypt()
529 void php_mysqlnd_scramble(zend_uchar * const buffer, const zend_uchar * const scramble, const zend_… in php_mysqlnd_scramble()
979 void php_mysqlnd_scramble_sha2(zend_uchar * const buffer, const zend_uchar * const scramble, const … in php_mysqlnd_scramble_sha2()
H A Dmysqlnd_commands.c34 zend_uchar buffer[2]; in MYSQLND_METHOD() local
H A Dmysqlnd_debug.c148 char * message_line, *buffer; in MYSQLND_METHOD() local
/php-src/main/
H A DSAPI.c234 SAPI_API size_t sapi_read_post_block(char *buffer, size_t buflen) in sapi_read_post_block()
273 char buffer[SAPI_POST_BLOCK_SIZE]; in SAPI_POST_READER_FUNC() local
H A Dphp_output.h127 php_output_buffer buffer; member
/php-src/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-src/ext/posix/
H A Dposix.c401 char buffer[L_ctermid]; in PHP_FUNCTION() local
560 char buffer[MAXPATHLEN]; in PHP_FUNCTION() local
/php-src/main/streams/
H A Dphp_stream_filter_api.h115 php_stream_bucket_brigade buffer; member
/php-src/ext/standard/
H A Diptc.c307 unsigned char *buffer, recnum, dataset; in PHP_FUNCTION() local
H A Duser_filters.c444 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-src/ext/fileinfo/
H A Dfileinfo.c293 char *ret_val = NULL, *buffer = NULL; in _php_finfo_get_type() local
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c223 PCRE2_UCHAR *buffer, PCRE2_SIZE *blength) in pcre2_substitute()
/php-src/ext/xsl/
H A Dphp_xsl.c339 char buffer[128]; in PHP_MINFO_FUNCTION() local
/php-src/ext/sockets/
H A Dsendrecvmsg.c384 void *buffer; in php_do_getsockopt_ipv6_rfc3542() local
/php-src/ext/libxml/
H A Dlibxml.c470 static int php_libxml_streams_IO_read(void *context, char *buffer, int len) in php_libxml_streams_IO_read()
475 static int php_libxml_streams_IO_write(void *context, const char *buffer, int len) in php_libxml_streams_IO_write()
/php-src/ext/zip/
H A Dphp_zip.c1329 zend_string *buffer; in PHP_FUNCTION() local
1348 ZSTR_VAL(buffer)[n] = '\0'; in PHP_FUNCTION() local
1924 zend_string *buffer; local
2884 zend_string *buffer; local
2931 ZSTR_VAL(buffer)[n] = '\0'; local
/php-src/ext/xmlwriter/
H A Dphp_xmlwriter.c838 xmlBufferPtr buffer; in PHP_FUNCTION() local
887 xmlBufferPtr buffer; in php_xmlwriter_flush() local
/php-src/Zend/
H A Dzend_interfaces.c401 ZEND_API int zend_user_serialize(zval *object, unsigned char **buffer, size_t *buf_len, zend_serial… in zend_user_serialize()
/php-src/ext/ftp/
H A Dftp.c627 char *buffer; in ftp_chmod() local
659 char buffer[64]; in ftp_alloc() local
/php-src/sapi/cgi/
H A Dcgi_main.c475 static size_t sapi_cgi_read_post(char *buffer, size_t count_bytes) in sapi_cgi_read_post()
503 static size_t sapi_fcgi_read_post(char *buffer, size_t count_bytes) in sapi_fcgi_read_post()
/php-src/ext/gd/libgd/
H A Dgd_gif_in.c48 #define ReadOK(file,buffer,len) (gdGetBuf(buffer, len, file) > 0) argument
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_ppc.h322 int dasm_encode(Dst_DECL, void *buffer) in dasm_encode()

Completed in 100 milliseconds

12345