Home
last modified time | relevance | path

Searched defs:buf (Results 101 – 125 of 235) sorted by relevance

12345678910

/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c244 int php_cli_server_get_system_time(char *buf) { in php_cli_server_get_system_time()
260 int php_cli_server_get_system_time(char *buf) { in php_cli_server_get_system_time()
639 static size_t sapi_cli_server_read_post(char *buf, size_t count_bytes) /* {{{ */ in sapi_cli_server_read_post()
761 char buf[52]; in sapi_cli_server_log_write() local
1012 static php_cli_server_chunk *php_cli_server_chunk_immortal_new(const char *buf, size_t len) /* {{{ … in php_cli_server_chunk_immortal_new()
1023 static php_cli_server_chunk *php_cli_server_chunk_heap_new(void *block, char *buf, size_t len) /* {… in php_cli_server_chunk_heap_new()
1252 char *buf = NULL; in php_cli_server_logf() local
1439 …char *buf = safe_pemalloc(1, request->vpath_len, 1 + document_root_len + 1 + sizeof("index.html"),… in php_cli_server_request_translate_vpath() local
1822 char buf[16384]; in php_cli_server_client_read_request() local
/PHP-7.4/Zend/
H A Dzend_interfaces.c472 ZEND_API int zend_user_unserialize(zval *object, zend_class_entry *ce, const unsigned char *buf, si… in zend_user_unserialize()
502 …zend_class_unserialize_deny(zval *object, zend_class_entry *ce, const unsigned char *buf, size_t b… in zend_class_unserialize_deny()
H A Dzend_stream.h62 char *buf; member
/PHP-7.4/ext/opcache/
H A Dzend_accelerator_module.c255 zend_stat_t buf; local
471 char buf[32]; local
H A Dshared_alloc_win32.c50 char *buf = php_win32_error_to_msg(err); in zend_win_error_message() local
H A Dzend_accelerator_blacklist.c239 char buf[MAXPATHLEN + 1], real_path[MAXPATHLEN + 1], *blacklist_path = NULL; in zend_accel_blacklist_loadone() local
/PHP-7.4/ext/gd/libgd/
H A Dgd_xbm.c166 char *buf; in gdCtxPrintf() local
/PHP-7.4/ext/standard/
H A Dhtml.c466 static inline size_t php_utf32_utf8(unsigned char *buf, unsigned k) in php_utf32_utf8()
745 static inline int process_numeric_entity(const char **buf, unsigned *code_point) in process_numeric_entity()
781 static inline int process_named_entity_html(const char **buf, const char **start, size_t *length) in process_named_entity_html()
830 static inline size_t write_octet_sequence(unsigned char *buf, enum entity_charset charset, unsigned… in write_octet_sequence()
H A Dversioning.c33 char *buf = safe_emalloc(len, 2, 1), *q, lp, lq; in php_canonicalize_version() local
H A Dmath.c195 char buf[40]; in _php_math_round() local
935 char buf[(sizeof(zend_ulong) << 3) + 1]; in _php_math_longtobase() local
974 char buf[(sizeof(double) << 3) + 1]; in _php_math_zvaltobase() local
/PHP-7.4/ext/fileinfo/libmagic/
H A Dsoftmagic.c495 varexpand(struct magic_set *ms, char *buf, size_t len, const char *str) in varexpand()
556 char buf[128], tbuf[26], sbuf[512], ebuf[512]; in mprint() local
1312 const char *buf; /* start of search region */ in mcopy() local
2346 char buf[1024]; in handle_annotation() local
/PHP-7.4/main/streams/
H A Dplain_wrapper.c334 static ssize_t php_stdiop_write(php_stream *stream, const char *buf, size_t count) in php_stdiop_write()
374 static ssize_t php_stdiop_read(php_stream *stream, char *buf, size_t count) in php_stdiop_read()
965 static ssize_t php_plain_files_dirstream_read(php_stream *stream, char *buf, size_t count) in php_plain_files_dirstream_read()
1320 char buf[MAXPATHLEN]; in php_plain_files_mkdir() local
/PHP-7.4/ext/phar/
H A Dstream.c364 static ssize_t phar_stream_read(php_stream *stream, char *buf, size_t count) /* {{{ */ in phar_stream_read()
439 static ssize_t phar_stream_write(php_stream *stream, const char *buf, size_t count) /* {{{ */ in phar_stream_write()
/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/iconv/
H A Diconv.c282 static char buf[16]; in PHP_INI_END() local
714 char buf[GENERIC_SUPERSET_NBYTES*2]; in _php_iconv_strlen() local
798 char buf[GENERIC_SUPERSET_NBYTES]; in _php_iconv_substr() local
946 char buf[GENERIC_SUPERSET_NBYTES]; in _php_iconv_strpos() local
1136 char *buf = NULL; in _php_iconv_mime_encode() local
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_prompt.c466 char *buf; in PHPDBG_COMMAND() local
569 char *buf; in phpdbg_compile() local
795 char *buf = emalloc(end - p + 2), *q = buf; in PHPDBG_COMMAND() local
/PHP-7.4/ext/openssl/
H A Dxp_ssl.c486 char buf[1024]; in php_openssl_matches_common_name() local
604 static int php_openssl_passwd_callback(char *buf, int num, int verify, void *data) /* {{{ */ in php_openssl_passwd_callback()
2020 static ssize_t php_openssl_sockop_read(php_stream *stream, char *buf, size_t count) /* {{{ */ in php_openssl_sockop_read()
2026 static ssize_t php_openssl_sockop_write(php_stream *stream, const char *buf, size_t count) /* {{{ */ in php_openssl_sockop_write()
2038 static ssize_t php_openssl_sockop_io(int read, php_stream *stream, char *buf, size_t count) /* {{{ … in php_openssl_sockop_io()
2443 char buf; in php_openssl_sockop_set_option() local
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_worklist.h26 int *buf; member
/PHP-7.4/ext/soap/
H A Dsoap.c1492 xmlChar *buf; local
2045 xmlChar *buf; local
2509 char *buf; local
2942 smart_str buf = {0}; local
2970 smart_str buf = {0}; local
3065 zend_string *buf; local
4579 static void function_to_string(sdlFunctionPtr function, smart_str *buf) /* {{{ */
4641 static void model_to_string(sdlContentModelPtr model, smart_str *buf, int level) /* {{{ */
4674 static void type_to_string(sdlTypePtr type, smart_str *buf, int level) /* {{{ */
/PHP-7.4/main/
H A Drfc1867.c259 char *buf = self->buffer + self->bytes_in_buffer; in fill_buffer() local
609 static size_t multipart_buffer_read(multipart_buffer *self, char *buf, size_t bytes, int *end) in multipart_buffer_read()
657 char buf[FILLUNIT], *out=NULL; in multipart_buffer_read_body() local
H A Dfastcgi.c920 static inline ssize_t safe_write(fcgi_request *req, const void *buf, size_t count) in safe_write()
957 static inline ssize_t safe_read(fcgi_request *req, const void *buf, size_t count) in safe_read()
1050 unsigned char buf[FCGI_MAX_LENGTH+8]; in fcgi_read_request() local
1220 unsigned char buf[255]; in fcgi_read() local
1293 char buf[8]; in fcgi_close() local
H A Dphp_streams.h309 #define php_stream_read(stream, buf, count) _php_stream_read((stream), (buf), (count)) argument
315 #define php_stream_write(stream, buf, count) _php_stream_write(stream, (buf), (count)) argument
338 #define php_stream_gets(stream, buf, maxlen) _php_stream_get_line((stream), (buf), (maxlen), NULL) argument
340 #define php_stream_get_line(stream, buf, maxlen, retlen) _php_stream_get_line((stream), (buf), (max… argument
345 #define php_stream_puts(stream, buf) _php_stream_puts((stream), (buf)) argument
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c386 char buf[SAPI_CGI_MAX_HEADER_LENGTH]; in sapi_cgi_send_headers() local
603 char *buf; in _sapi_cgi_putenv() local
765 char *buf = malloc(len+2); in sapi_cgi_log_message() local
1605 char buf[128]; 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/intl/transliterator/
H A Dtransliterator_methods.c69 char *buf = NULL; in create_transliterator() local

Completed in 148 milliseconds

12345678910