Home
last modified time | relevance | path

Searched defs:buf (Results 1 – 25 of 235) sorted by last modified time

12345678910

/PHP-7.4/ext/gd/
H A Dgd.c2739 char buf[4096]; in _php_image_output() local
/PHP-7.4/ext/phar/
H A Dphar.c1547 static inline char *phar_strnstr(const char *buf, int buf_len, const char *search, int search_len) … in phar_strnstr()
3252 static ssize_t phar_zend_stream_reader(void *handle, char *buf, size_t len) /* {{{ */ in phar_zend_stream_reader()
H A Dphar_object.c136 char *name = NULL, buf[8192]; in phar_file_action() local
3937 zend_string *buf; in PHP_METHOD() local
4024 ZSTR_VAL(buf)[len] = '\0'; in PHP_METHOD() local
4054 …char *buf = estrndup((char *) Z_PTR(phar_obj->archive->metadata), phar_obj->archive->metadata_len); in PHP_METHOD() local
4751 char *buf = estrndup((char *) Z_PTR(entry_obj->entry->metadata), entry_obj->entry->metadata_len); in PHP_METHOD() local
/PHP-7.4/main/
H A Dphp_variables.c386 char buf[SAPI_POST_HANDLER_BUFSIZ] = {0}; in SAPI_POST_HANDLER_FUNC() local
H A Dmain.c952 PHPAPI size_t php_write(void *buf, size_t size) in php_write()
1220 char *buf = php_win32_error_to_msg(error); in php_win32_docref1_from_error() local
1233 char *buf = php_win32_error_to_msg(error); in php_win32_docref2_from_error() local
1399 …zend_string *buf = php_escape_html_entities((unsigned char*)buffer, buffer_len, 0, ENT_COMPAT, get… in php_error_cb() local
2121 char buf[1024]; in dummy_invalid_parameter_handler() local
/PHP-7.4/ext/pgsql/
H A Dpgsql.c899 static inline char * _php_pgsql_trim_result(PGconn * pgsql, char **buf) in _php_pgsql_trim_result()
905 #define PQErrorMessageTrim(pgsql, buf) _php_pgsql_trim_result(pgsql, buf) argument
1268 char buf[256]; in PHP_MINFO_FUNCTION() local
3533 zend_string *buf; local
3555 ZSTR_VAL(buf)[ZSTR_LEN(buf)] = '\0'; local
3610 char buf[PGSQL_LO_READ_BUF_SIZE]; local
4534 unsigned char *start, *end, buf[4]; /* 000 + '\0' */ local
5378 static ssize_t php_pgsql_fd_write(php_stream *stream, const char *buf, size_t count) /* {{{ */
5384 static ssize_t php_pgsql_fd_read(php_stream *stream, char *buf, size_t count) /* {{{ */
6605 char buf[256]; local
[all …]
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c199 php_mysqlnd_read_error_from_line(const zend_uchar * const buf, const size_t buf_len, in php_mysqlnd_read_error_from_line()
290 zend_uchar * const buf, const size_t buf_size, in mysqlnd_read_packet_header_and_body()
326 zend_uchar buf[2048]; in php_mysqlnd_greet_read() local
911 zend_uchar * const buf = (zend_uchar *) pfc->cmd_buffer.buffer; in php_mysqlnd_eof_read() local
1048 zend_uchar * const buf = (zend_uchar *) pfc->cmd_buffer.buffer; in php_mysqlnd_rset_header_read() local
1190 zend_uchar * const buf = (zend_uchar *) pfc->cmd_buffer.buffer; in php_mysqlnd_rset_field_read() local
1867 zend_uchar *buf = (zend_uchar *) pfc->cmd_buffer.buffer; in php_mysqlnd_stats_read() local
1914 zend_uchar *buf = (zend_uchar *) pfc->cmd_buffer.buffer; in php_mysqlnd_prepare_read() local
1997 zend_uchar *buf = (zend_uchar *) pfc->cmd_buffer.buffer; in php_mysqlnd_chg_user_read() local
2109 zend_uchar buf[SHA256_PK_REQUEST_RESP_BUFFER_SIZE]; in php_mysqlnd_sha256_pk_request_response_read() local
[all …]
/PHP-7.4/main/streams/
H A Dstreams.c680 PHPAPI ssize_t _php_stream_read(php_stream *stream, char *buf, size_t size) in _php_stream_read()
800 unsigned char buf = c; in _php_stream_putc() local
810 char buf; in _php_stream_getc() local
818 PHPAPI int _php_stream_puts(php_stream *stream, const char *buf) in _php_stream_puts()
850 PHPAPI const char *php_stream_locate_eol(php_stream *stream, zend_string *buf) in php_stream_locate_eol()
892 PHPAPI char *_php_stream_get_line(php_stream *stream, char *buf, size_t maxlen, in _php_stream_get_line()
1122 static ssize_t _php_stream_write_buffer(php_stream *stream, const char *buf, size_t count) in _php_stream_write_buffer()
1246 PHPAPI ssize_t _php_stream_write(php_stream *stream, const char *buf, size_t count) in _php_stream_write()
1276 char *buf; in _php_stream_printf() local
1419 char buf[8192]; in _php_stream_passthru() local
[all …]
H A Dfilter.c73 PHPAPI php_stream_bucket *php_stream_bucket_new(php_stream *stream, char *buf, size_t buflen, uint8… in php_stream_bucket_new()
/PHP-7.4/ext/standard/
H A Ddns.c127 char buf[HOST_NAME_MAX + 1]; in PHP_FUNCTION() local
1054 char buf[MAXHOSTNAMELEN]; in PHP_FUNCTION() local
H A Ddns_win32.c262 char buf[sizeof("AAAA:AAAA:AAAA:AAAA:AAAA:AAAA:AAAA:AAAA")]; in php_parserr() local
/PHP-7.4/ext/libxml/
H A Dlibxml.c424 const char buf[] = "Content-Type:"; in php_libxml_input_buffer_create_filename() local
591 char *buf; in php_libxml_internal_error_handler() local
/PHP-7.4/sapi/fpm/fpm/
H A Dzlog.c129 static inline size_t zlog_truncate_buf(char *buf, size_t buf_size, size_t space_left) /* {{{ */ in zlog_truncate_buf()
137 int flags, char *buf, size_t buf_size, const char *fmt, va_list args) /* {{{ */ in zlog_external()
155 char *buf, size_t buf_size, int use_syslog) /* {{{ */ in zlog_buf_prefix()
195 char buf[MAX_BUF_LENGTH]; in vzlog() local
287 char *buf; in zlog_stream_buf_alloc_ex() local
320 struct zlog_stream *stream, const char *buf, size_t len, in zlog_stream_direct_write_ex()
342 struct zlog_stream *stream, const char *buf, size_t len) /* {{{ */ in zlog_stream_direct_write()
349 struct zlog_stream *stream, const char *buf, size_t len) /* {{{ */ in zlog_stream_unbuffered_write()
587 char buf[MAX_WRAPPING_PREFIX_LENGTH]; in zlog_stream_set_msg_prefix() local
H A Dfpm_children.c187 char buf[128]; in fpm_children_bury() local
/PHP-7.4/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp248 char *buf = (char*)stackBuffer; in createBufferClone() local
/PHP-7.4/ext/mbstring/
H A Dmbstring.c5064 char* buf; in php_mb_chr() local
/PHP-7.4/ext/date/
H A Dphp_date.c1674 zend_string *buf; in php_strftime() local
/PHP-7.4/ext/mysqli/
H A Dmysqli.c972 char buf[32]; in PHP_MINFO_FUNCTION() local
/PHP-7.4/ext/fileinfo/libmagic/
H A Dencoding.c73 const unsigned char *buf = CAST(const unsigned char *, b->fbuf); in file_encoding() local
254 looks_ascii(const unsigned char *buf, size_t nbytes, unichar *ubuf, in looks_ascii()
274 looks_latin1(const unsigned char *buf, size_t nbytes, unichar *ubuf, size_t *ulen) in looks_latin1()
293 looks_extended(const unsigned char *buf, size_t nbytes, unichar *ubuf, in looks_extended()
324 file_looks_utf8(const unsigned char *buf, size_t nbytes, unichar *ubuf, size_t *ulen) in file_looks_utf8()
395 looks_utf8_with_BOM(const unsigned char *buf, size_t nbytes, unichar *ubuf, in looks_utf8_with_BOM()
405 looks_utf7(const unsigned char *buf, size_t nbytes, unichar *ubuf, size_t *ulen) in looks_utf7()
589 from_ebcdic(const unsigned char *buf, size_t nbytes, unsigned char *out) in from_ebcdic()
/PHP-7.4/TSRM/
H A Dtsrm_win32.c747 TSRM_API int shmctl(int key, int cmd, struct shmid_ds *buf) in shmctl()
790 TSRM_API int win32_utime(const char *filename, struct utimbuf *buf) /* {{{ */ in win32_utime()
/PHP-7.4/ext/curl/
H A Dinterface.c1761 static int curl_debug(CURL *cp, curl_infotype type, char *buf, size_t buf_len, void *ctx) /* {{{ */ in curl_debug()
/PHP-7.4/Zend/
H A Dzend_operators.c3013 char buf[MAX_LENGTH_OF_LONG + 1]; local
/PHP-7.4/ext/imap/
H A Dphp_imap.c4485 RFC822BUFFER buf; in _php_rfc822_write_address() local
4801 static void build_thread_tree_helper(THREADNODE *cur, zval *tree, long *numNodes, char *buf) in build_thread_tree_helper()
4835 char buf[25]; in build_thread_tree() local
4951 char buf[GETS_FETCH_SIZE]; in php_mail_gets() local
4974 char *buf = pemalloc(size + 1, 1); in php_mail_gets() local
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c1178 char buf[32]; in accel_make_persistent_key() local
1221 char buf[32]; in accel_make_persistent_key() local
2389 struct stat buf; in accel_activate() local
/PHP-7.4/ext/openssl/
H A Dopenssl.c2382 char buf[256]; in PHP_FUNCTION() local
2401 char buf[32]; in PHP_FUNCTION() local
3779 static int php_openssl_pem_password_cb(char *buf, int size, int rwflag, void *userdata) in php_openssl_pem_password_cb()
5998 char buf[256]; in PHP_FUNCTION() local
6158 unsigned char iv_buf[EVP_MAX_IV_LENGTH + 1], *buf = NULL, **eks; in PHP_FUNCTION() local
6289 unsigned char *buf, *iv_buf; in PHP_FUNCTION() local

Completed in 188 milliseconds

12345678910