Home
last modified time | relevance | path

Searched refs:outbuf (Results 1 – 12 of 12) sorted by relevance

/php-src/ext/zlib/
H A Dzlib_filter.c27 unsigned char *outbuf; member
109 stream, estrndup((char *) data->outbuf, bucketlen), bucketlen, 1, 0); in php_zlib_inflate_filter()
112 data->strm.next_out = data->outbuf; in php_zlib_inflate_filter()
130 stream, estrndup((char *) data->outbuf, bucketlen), bucketlen, 1, 0); in php_zlib_inflate_filter()
133 data->strm.next_out = data->outbuf; in php_zlib_inflate_filter()
154 pefree(data->outbuf, data->persistent); in php_zlib_inflate_dtor()
225 stream, estrndup((char *) data->outbuf, bucketlen), bucketlen, 1, 0); in php_zlib_deflate_filter()
228 data->strm.next_out = data->outbuf; in php_zlib_deflate_filter()
249 data->strm.next_out = data->outbuf; in php_zlib_deflate_filter()
268 pefree(data->outbuf, data->persistent); in php_zlib_deflate_dtor()
[all …]
/php-src/ext/bz2/
H A Dbz2_filter.c35 char *outbuf; member
140 out_bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0); in php_bz2_decompress_filter()
143 data->strm.next_out = data->outbuf; in php_bz2_decompress_filter()
163 bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0); in php_bz2_decompress_filter()
166 data->strm.next_out = data->outbuf; in php_bz2_decompress_filter()
189 pefree(data->outbuf, data->persistent); in php_bz2_decompress_dtor()
261 data->strm.next_out = data->outbuf; in php_bz2_compress_filter()
276 bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0); in php_bz2_compress_filter()
279 data->strm.next_out = data->outbuf; in php_bz2_compress_filter()
297 pefree(data->outbuf, data->persistent); in php_bz2_compress_dtor()
[all …]
/php-src/ext/pdo_odbc/
H A Dodbc_stmt.c358 P->outbuf = NULL; in odbc_stmt_param_hook()
394 P->outbuf, in odbc_stmt_param_hook()
426 if (P->outbuf) { in odbc_stmt_param_hook()
428 char *ptr = P->outbuf; in odbc_stmt_param_hook()
429 char *end = P->outbuf + P->len; in odbc_stmt_param_hook()
451 if (P->outbuf) { in odbc_stmt_param_hook()
459 if (P->outbuf) { in odbc_stmt_param_hook()
470 if (P->outbuf) { in odbc_stmt_param_hook()
483 memcpy(P->outbuf, S->convbuf, P->len); in odbc_stmt_param_hook()
495 if (P->outbuf) { in odbc_stmt_param_hook()
[all …]
H A Dphp_pdo_odbc_int.h155 char *outbuf; member
/php-src/ext/intl/timezone/
H A Dtimezone_methods.cpp303 char outbuf[3]; in PHP_FUNCTION() local
319 int32_t region_len = TimeZone::getRegion(id, outbuf, sizeof(outbuf), status); in PHP_FUNCTION()
322 RETURN_STRINGL(outbuf, region_len); in PHP_FUNCTION()
/php-src/ext/tidy/
H A Dtidy.c960 TidyBuffer inbuf, outbuf, errbuf; in php_tidy_output_handler() local
981 tidyBufInit(&outbuf); in php_tidy_output_handler()
982 tidySaveBuffer(doc, &outbuf); in php_tidy_output_handler()
983 FIX_BUFFER(&outbuf); in php_tidy_output_handler()
984 output_context->out.data = (char *) outbuf.bp; in php_tidy_output_handler()
985 output_context->out.used = outbuf.size ? outbuf.size-1 : 0; in php_tidy_output_handler()
/php-src/ext/ftp/
H A Dftp.h63 char outbuf[FTP_BUFSIZE]; /* command output buffer */ member
H A Dftp.c1298 size = slprintf(ftp->outbuf, sizeof(ftp->outbuf), "%s %s\r\n", cmd, args); in ftp_putcmd()
1304 size = slprintf(ftp->outbuf, sizeof(ftp->outbuf), "%s\r\n", cmd); in ftp_putcmd()
1307 data = ftp->outbuf; in ftp_putcmd()
/php-src/ext/simplexml/
H A Dsimplexml.c1345 xmlOutputBufferPtr outbuf; in PHP_METHOD() local
1373 outbuf = xmlOutputBufferCreateFilename(filename, NULL, 0); in PHP_METHOD()
1375 if (outbuf == NULL) { in PHP_METHOD()
1379 xmlNodeDumpOutput(outbuf, (xmlDocPtr) sxe->document->ptr, node, 0, 0, NULL); in PHP_METHOD()
1380 xmlOutputBufferClose(outbuf); in PHP_METHOD()
1397 outbuf = xmlAllocOutputBuffer(NULL); in PHP_METHOD()
1399 if (outbuf == NULL) { in PHP_METHOD()
1404 xmlOutputBufferFlush(outbuf); in PHP_METHOD()
1405 return_content = (char *)xmlOutputBufferGetContent(outbuf); in PHP_METHOD()
1406 return_len = xmlOutputBufferGetSize(outbuf); in PHP_METHOD()
[all …]
/php-src/ext/openssl/
H A Dopenssl.c7660 zend_string *outbuf = NULL; in php_openssl_encrypt() local
7687 outbuf = NULL; in php_openssl_encrypt()
7698 outbuf = base64_str; in php_openssl_encrypt()
7711 outbuf = NULL; in php_openssl_encrypt()
7718 outbuf = NULL; in php_openssl_encrypt()
7723 outbuf = NULL; in php_openssl_encrypt()
7734 return outbuf; in php_openssl_encrypt()
7774 zend_string *outbuf = NULL; in php_openssl_decrypt() local
7812 outbuf = NULL; in php_openssl_decrypt()
7821 outbuf = NULL; in php_openssl_decrypt()
[all …]
/php-src/ext/mbstring/
H A Dmbstring.c6071 static void transfer_encode_mime_bytes(mb_convert_buf *tmpbuf, mb_convert_buf *outbuf, bool base64) in transfer_encode_mime_bytes() argument
6074 MB_CONVERT_BUF_LOAD(outbuf, out, limit); in transfer_encode_mime_bytes()
6078 MB_CONVERT_BUF_ENSURE(outbuf, out, limit, ((e - p) + 2) / 3 * 4); in transfer_encode_mime_bytes()
6102 MB_CONVERT_BUF_ENSURE(outbuf, out, limit, (e - p) * 3); in transfer_encode_mime_bytes()
6114 MB_CONVERT_BUF_STORE(outbuf, out, limit); in transfer_encode_mime_bytes()
6499 …char *p, unsigned char *e, const mbfl_encoding *outcode, mb_convert_buf *outbuf, unsigned int *sta… in mime_header_decode_encoded_word() argument
6603 outcode->from_wchar(wchar_buf, out_len, outbuf, false); in mime_header_decode_encoded_word()
/php-src/ext/soap/
H A Dsoap.c1764 zval outbuf; local
1767 ZVAL_UNDEF(&outbuf);
1782 php_output_get_contents(&outbuf);
1788 set_soap_fault(&fault_obj, NULL, code, ZSTR_VAL(buffer), NULL, &outbuf, NULL);

Completed in 83 milliseconds