Home
last modified time | relevance | path

Searched defs:buf (Results 176 – 200 of 266) sorted by last modified time

1234567891011

/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_uuencode.c170 static size_t mb_uuencode_to_wchar(unsigned char **in, size_t *in_len, uint32_t *buf, size_t bufsiz… in mb_uuencode_to_wchar()
248 static void mb_wchar_to_uuencode(uint32_t *in, size_t len, mb_convert_buf *buf, bool end) in mb_wchar_to_uuencode()
H A Dmbfilter_qprint.c252 static size_t mb_qprint_to_wchar(unsigned char **in, size_t *in_len, uint32_t *buf, size_t bufsize,… in mb_qprint_to_wchar()
302 static void mb_wchar_to_qprint(uint32_t *in, size_t len, mb_convert_buf *buf, bool end) in mb_wchar_to_qprint()
H A Dmbfilter_singlebyte.c159 static size_t mb_ascii_to_wchar(unsigned char **in, size_t *in_len, uint32_t *buf, size_t bufsize, … in mb_ascii_to_wchar()
174 static void mb_wchar_to_ascii(uint32_t *in, size_t len, mb_convert_buf *buf, bool end) in mb_wchar_to_ascii()
213 static size_t mb_8859_1_to_wchar(unsigned char **in, size_t *in_len, uint32_t *buf, size_t bufsize,… in mb_8859_1_to_wchar()
227 static void mb_wchar_to_8859_1(uint32_t *in, size_t len, mb_convert_buf *buf, bool end) in mb_wchar_to_8859_1()
529 static size_t mb_cp1252_to_wchar(unsigned char **in, size_t *in_len, uint32_t *buf, size_t bufsize,… in mb_cp1252_to_wchar()
549 static void mb_wchar_to_cp1252(uint32_t *in, size_t len, mb_convert_buf *buf, bool end) in mb_wchar_to_cp1252()
730 static size_t mb_armscii8_to_wchar(unsigned char **in, size_t *in_len, uint32_t *buf, size_t bufsiz… in mb_armscii8_to_wchar()
745 static void mb_wchar_to_armscii8(uint32_t *in, size_t len, mb_convert_buf *buf, bool end) in mb_wchar_to_armscii8()
H A Dmbfilter_ucs2.c241 static size_t mb_ucs2_to_wchar(unsigned char **in, size_t *in_len, uint32_t *buf, size_t bufsize, u… in mb_ucs2_to_wchar()
270 static size_t mb_ucs2be_to_wchar(unsigned char **in, size_t *in_len, uint32_t *buf, size_t bufsize,… in mb_ucs2be_to_wchar()
293 static void mb_wchar_to_ucs2be(uint32_t *in, size_t len, mb_convert_buf *buf, bool end) in mb_wchar_to_ucs2be()
312 static size_t mb_ucs2le_to_wchar(unsigned char **in, size_t *in_len, uint32_t *buf, size_t bufsize,… in mb_ucs2le_to_wchar()
335 static void mb_wchar_to_ucs2le(uint32_t *in, size_t len, mb_convert_buf *buf, bool end) in mb_wchar_to_ucs2le()
H A Dmbfilter_htmlent.c343 static size_t mb_htmlent_to_wchar(unsigned char **in, size_t *in_len, uint32_t *buf, size_t bufsize… in mb_htmlent_to_wchar()
433 static void mb_wchar_to_htmlent(uint32_t *in, size_t len, mb_convert_buf *buf, bool end) in mb_wchar_to_htmlent()
469 unsigned char buf[12]; in mb_wchar_to_htmlent() local
H A Dmbfilter_7bit.c89 static size_t mb_7bit_to_wchar(unsigned char **in, size_t *in_len, uint32_t *buf, size_t bufsize, u… in mb_7bit_to_wchar()
104 static void mb_wchar_to_7bit(uint32_t *in, size_t len, mb_convert_buf *buf, bool end) in mb_wchar_to_7bit()
H A Dmbfilter_base64.c246 static size_t mb_base64_to_wchar(unsigned char **in, size_t *in_len, uint32_t *buf, size_t bufsize,… in mb_base64_to_wchar()
297 static void mb_wchar_to_base64(uint32_t *in, size_t len, mb_convert_buf *buf, bool end) in mb_wchar_to_base64()
/php-src/ext/mysqlnd/
H A Dphp_mysqlnd.c47 mysqlnd_minfo_dump_loaded_plugins(zval *el, void * buf) in mysqlnd_minfo_dump_loaded_plugins()
82 char buf[32]; in PHP_MINFO_FUNCTION() local
H A Dmysqlnd_auth.c691 mysqlnd_sha256_get_rsa_from_pem(const char *buf, size_t len) in mysqlnd_sha256_get_rsa_from_pem()
746 mysqlnd_sha256_get_rsa_from_pem(const char *buf, size_t len) in mysqlnd_sha256_get_rsa_from_pem()
/php-src/Zend/
H A Dzend_smart_str.c117 char buf[ZEND_DOUBLE_MAX_LENGTH]; in smart_str_append_double() local
H A Dzend_ini_scanner.l249 char *buf; in zend_ini_open_file_for_scanning() local
H A Dzend_gdb.c117 char buf[1024]; in zend_gdb_present() local
H A Dzend_virtual_cwd.h274 #define VCWD_GETWD(buf) argument
328 #define VCWD_GETWD(buf) getwd(buf) argument
H A Dzend_ast.c1059 static void* ZEND_FASTCALL zend_ast_tree_copy(zend_ast *ast, void *buf) in zend_ast_tree_copy()
/php-src/main/streams/
H A Dmemory.c45 static ssize_t php_stream_memory_write(php_stream *stream, const char *buf, size_t count) in php_stream_memory_write()
77 static ssize_t php_stream_memory_read(php_stream *stream, char *buf, size_t count) in php_stream_memory_read()
343 static ssize_t php_stream_temp_write(php_stream *stream, const char *buf, size_t count) in php_stream_temp_write()
374 static ssize_t php_stream_temp_read(php_stream *stream, char *buf, size_t count) in php_stream_temp_read()
575 PHPAPI php_stream *_php_stream_temp_open(int mode, size_t max_memory_usage, const char *buf, size_t… in _php_stream_temp_open()
H A Dtransports.c400 PHPAPI int php_stream_xport_recvfrom(php_stream *stream, char *buf, size_t buflen, in php_stream_xport_recvfrom()
469 PHPAPI int php_stream_xport_sendto(php_stream *stream, const char *buf, size_t buflen, in php_stream_xport_sendto()
/php-src/sapi/fpm/fpm/
H A Dfpm_children.c228 char buf[128]; in fpm_children_bury() local
/php-src/ext/json/
H A Djson.c115 smart_str buf = {0}; in php_json_encode_string() local
128 PHP_JSON_API zend_result php_json_encode_ex(smart_str *buf, zval *val, int options, zend_long depth… in php_json_encode_ex()
143 PHP_JSON_API zend_result php_json_encode(smart_str *buf, zval *val, int options) /* {{{ */ in php_json_encode()
226 smart_str buf = {0}; in PHP_FUNCTION() local
H A Djson_encoder.c48 static inline void php_json_pretty_print_char(smart_str *buf, int options, char c) /* {{{ */ in php_json_pretty_print_char()
56 static inline void php_json_pretty_print_indent(smart_str *buf, int options, php_json_encoder *enco… in php_json_pretty_print_indent()
83 static inline void php_json_encode_double(smart_str *buf, double d, int options) /* {{{ */ in php_json_encode_double()
113 static zend_result php_json_encode_array(smart_str *buf, zval *val, int options, php_json_encoder *… in php_json_encode_array()
319 smart_str *buf, const char *s, size_t len, in php_json_escape_string()
531 static zend_result php_json_encode_serializable_object(smart_str *buf, zval *val, int options, php_… in php_json_encode_serializable_object()
596 static zend_result php_json_encode_serializable_enum(smart_str *buf, zval *val, int options, php_js… in php_json_encode_serializable_enum()
609 zend_result php_json_encode_zval(smart_str *buf, zval *val, int options, php_json_encoder *encoder)… in php_json_encode_zval()
/php-src/ext/exif/
H A Dexif.c1374 static char *exif_get_tagname_key(int tag_num, char *buf, size_t buf_size, tag_table_type tag_table) in exif_get_tagname_key()
1389 static char buf[4096+1]; in exif_char_dump() local
2020 char *buf; in exif_error_docref() local
/php-src/ext/soap/
H A Dphp_xml.c130 xmlDocPtr soap_xmlParseMemory(const void *buf, size_t buf_size) in soap_xmlParseMemory()
/php-src/ext/phar/
H A Ddirstream.c90 static ssize_t phar_dir_read(php_stream *stream, char *buf, size_t count) /* {{{ */ in phar_dir_read()
122 static ssize_t phar_dir_write(php_stream *stream, const char *buf, size_t count) /* {{{ */ in phar_dir_write()
/php-src/ext/standard/
H A Dcrc32.c135 char buf[1024]; in php_crc32_stream_bulk_update() local
H A Dftp_fopen_wrapper.c605 static ssize_t php_ftp_dirstream_read(php_stream *stream, char *buf, size_t count) in php_ftp_dirstream_read()
1049 char *p, *e, *buf; in php_stream_ftp_mkdir() local
/php-src/main/
H A Dfopen_wrappers.c95 smart_str buf = {0}; in ZEND_INI_MH() local
178 char buf[MAXPATHLEN]; local

Completed in 65 milliseconds

1234567891011