Home
last modified time | relevance | path

Searched defs:buf (Results 176 – 200 of 235) sorted by path

12345678910

/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxml_to_dandarpc.c103 struct buffer_st buf; in xml_element_to_DANDARPC_REQUEST_worker() local
172 char buf[BUF_SIZE]; in DANDARPC_to_xml_element_worker() local
225 struct buffer_st buf; in DANDARPC_to_xml_element_worker() local
H A Dxml_to_soap.c87 char buf[128], *p; in parse_array_type_info() local
360 struct buffer_st buf; in xml_element_to_SOAP_REQUEST_worker() local
434 char buf[BUF_SIZE]; in SOAP_to_xml_element_worker() local
525 struct buffer_st buf; in SOAP_to_xml_element_worker() local
625 char buf[128]; in SOAP_REQUEST_to_xml_element() local
H A Dxml_to_xmlrpc.c136 struct buffer_st buf; in xml_element_to_XMLRPC_REQUEST_worker() local
189 char buf[BUF_SIZE]; in XMLRPC_to_xml_element_worker() local
237 struct buffer_st buf; in XMLRPC_to_xml_element_worker() local
H A Dxmlrpc.c183 char buf[30]; in date_from_ISO8601() local
269 static int date_to_ISO8601 (time_t value, char *buf, int length) { in date_to_ISO8601()
757 char buf[1024]; in map_expat_errors() local
/PHP-7.4/ext/xmlwriter/
H A Dphp_xmlwriter.c620 zend_stat_t buf; in _xmlwriter_get_valid_file_path() local
/PHP-7.4/ext/zip/
H A Dzip_stream.c48 static ssize_t php_zip_ops_read(php_stream *stream, char *buf, size_t count) in php_zip_ops_read()
83 static ssize_t php_zip_ops_write(php_stream *stream, const char *buf, size_t count) in php_zip_ops_write()
/PHP-7.4/ext/zlib/
H A Dzlib.c373 static inline int php_zlib_inflate_rounds(z_stream *Z, size_t max, char **buf, size_t *len) in php_zlib_inflate_rounds()
566 char buf[8192] = {0}; in PHP_FUNCTION() local
H A Dzlib_fopen_wrapper.c33 static ssize_t php_gziop_read(php_stream *stream, char *buf, size_t count) in php_gziop_read()
48 static ssize_t php_gziop_write(php_stream *stream, const char *buf, size_t count) in php_gziop_write()
/PHP-7.4/main/
H A DSAPI.c895 char buf[255]; in sapi_send_headers() 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 Dfopen_wrappers.c175 char buf[MAXPATHLEN]; 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
H A Dnetwork.c627 char *buf = NULL; local
1026 PHPAPI char *php_socket_strerror(long err, char *buf, size_t bufsize)
H A Doutput.c882 …tic inline int php_output_handler_append(php_output_handler *handler, const php_output_buffer *buf) in php_output_handler_append()
H A Dphp_memory_streams.h33 #define php_stream_memory_open(mode, buf, length) _php_stream_memory_open((mode), (buf), (length) S… argument
40 #define php_stream_temp_open(mode, max_memory_usage, buf, length) _php_stream_temp_open((mode), (ma… argument
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
H A Dphp_variables.c386 char buf[SAPI_POST_HANDLER_BUFSIZ] = {0}; in SAPI_POST_HANDLER_FUNC() local
H A Dreentrancy.c59 PHPAPI char *php_ctime_r(const time_t *clock, char *buf) in php_ctime_r()
66 PHPAPI char *php_asctime_r(const struct tm *tm, char *buf) in php_asctime_r()
89 PHPAPI char *php_ctime_r(const time_t *clock, char *buf) in php_ctime_r()
96 PHPAPI char *php_asctime_r(const struct tm *tm, char *buf) in php_asctime_r()
135 PHPAPI char *php_ctime_r(const time_t *clock, char *buf) in php_ctime_r()
156 PHPAPI char *php_asctime_r(const struct tm *tm, char *buf) in php_asctime_r()
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 Dsnprintf.c136 PHPAPI char *php_gcvt(double value, int ndigit, char dec_point, char exponent, char *buf) /* {{{ */ in php_gcvt()
375 boolean_e add_dp, int precision, char dec_point, bool_int * is_negative, char *buf, size_t *len) in php_conv_fp()
1218 static void strx_printv(int *ccp, char *buf, size_t len, const char *format, va_list ap) /* {{{ */ in strx_printv()
1249 PHPAPI int ap_php_slprintf(char *buf, size_t len, const char *format,...) /* {{{ */ in ap_php_slprintf()
1265 PHPAPI int ap_php_vslprintf(char *buf, size_t len, const char *format, va_list ap) /* {{{ */ in ap_php_vslprintf()
1278 PHPAPI int ap_php_snprintf(char *buf, size_t len, const char *format,...) /* {{{ */ in ap_php_snprintf()
1290 PHPAPI int ap_php_vsnprintf(char *buf, size_t len, const char *format, va_list ap) /* {{{ */ in ap_php_vsnprintf()
1299 PHPAPI int ap_php_vasprintf(char **buf, const char *format, va_list ap) /* {{{ */ in ap_php_vasprintf()
1323 PHPAPI int ap_php_asprintf(char **buf, const char *format, ...) /* {{{ */ in ap_php_asprintf()
H A Dspprintf.c818 PHPAPI void php_printf_to_smart_string(smart_string *buf, const char *format, va_list ap) /* {{{ */ in php_printf_to_smart_string()
824 PHPAPI void php_printf_to_smart_str(smart_str *buf, const char *format, va_list ap) /* {{{ */ in php_printf_to_smart_str()
/PHP-7.4/main/streams/
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()
H A Dglob_wrapper.c130 static ssize_t php_glob_stream_read(php_stream *stream, char *buf, size_t count) /* {{{ */ in php_glob_stream_read()
H A Dmemory.c47 static ssize_t php_stream_memory_write(php_stream *stream, const char *buf, size_t count) in php_stream_memory_write()
80 static ssize_t php_stream_memory_read(php_stream *stream, char *buf, size_t count) in php_stream_memory_read()
320 PHPAPI php_stream *_php_stream_memory_open(int mode, char *buf, size_t length STREAMS_DC) in _php_stream_memory_open()
371 static ssize_t php_stream_temp_write(php_stream *stream, const char *buf, size_t count) in php_stream_temp_write()
401 static ssize_t php_stream_temp_read(php_stream *stream, char *buf, size_t count) in php_stream_temp_read()
603 PHPAPI php_stream *_php_stream_temp_open(int mode, size_t max_memory_usage, char *buf, size_t lengt… in _php_stream_temp_open()
H A Dphp_stream_filter_api.h46 char *buf; member

Completed in 108 milliseconds

12345678910