Searched defs:outbuf (Results 1 – 10 of 10) sorted by relevance
/php-src/ext/zlib/ |
H A D | zlib_filter.c | 27 unsigned char *outbuf; member
|
/php-src/ext/ftp/ |
H A D | ftp.h | 63 char outbuf[FTP_BUFSIZE]; /* command output buffer */ member
|
/php-src/ext/bz2/ |
H A D | bz2_filter.c | 35 char *outbuf; member
|
/php-src/ext/pdo_odbc/ |
H A D | php_pdo_odbc_int.h | 157 char *outbuf; member
|
/php-src/ext/intl/timezone/ |
H A D | timezone_methods.cpp | 299 char outbuf[3]; in PHP_FUNCTION() local
|
/php-src/ext/libxml/ |
H A D | libxml.c | 1550 xmlOutputBufferPtr outbuf = xmlOutputBufferCreateFilename(filename, NULL, 0); in php_libxml_dump_node_to_file() local
|
/php-src/ext/tidy/ |
H A D | tidy.c | 961 TidyBuffer inbuf, outbuf, errbuf; in php_tidy_output_handler() local
|
/php-src/ext/openssl/ |
H A D | openssl.c | 7868 zend_string *outbuf = NULL; local 7899 ZSTR_VAL(outbuf)[outlen] = '\0'; local 7982 zend_string *outbuf = NULL; local 8024 ZSTR_VAL(outbuf)[outlen] = '\0'; local
|
/php-src/ext/mbstring/ |
H A D | mbstring.c | 6102 static void transfer_encode_mime_bytes(mb_convert_buf *tmpbuf, mb_convert_buf *outbuf, bool base64) in transfer_encode_mime_bytes() 6530 …nsigned char *p, unsigned char *e, const mbfl_encoding *outcode, mb_convert_buf *outbuf, unsigned … in mime_header_decode_encoded_word()
|
/php-src/ext/soap/ |
H A D | soap.c | 1887 zval outbuf; in soap_real_error_handler() local
|
Completed in 71 milliseconds