Home
last modified time | relevance | path

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

/PHP-5.3/ext/xmlrpc/libxmlrpc/
H A Dencodings.c61 char* outbuf = 0; in convert() local
78 if(outbuf) { in convert()
79 out_ptr = (char*)outbuf; in convert()
87 outbuf = (char*)realloc(outbuf, outlen + 1); in convert()
88 if(!outbuf) { in convert()
94 free(outbuf); in convert()
95 outbuf = 0; in convert()
106 *new_len = outbuf ? outlen : 0; in convert()
108 if(outbuf) { in convert()
109 outbuf[outlen] = 0; in convert()
[all …]
/PHP-5.3/ext/zlib/
H A Dzlib_filter.c32 char *outbuf; member
122 data->strm.next_out = data->outbuf; in php_zlib_inflate_filter()
141 …bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0 TSRMLS_C… in php_zlib_inflate_filter()
144 data->strm.next_out = data->outbuf; in php_zlib_inflate_filter()
165 pefree(data->outbuf, data->persistent); in php_zlib_inflate_dtor()
237 data->strm.next_out = data->outbuf; in php_zlib_deflate_filter()
252 …bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0 TSRMLS_C… in php_zlib_deflate_filter()
255 data->strm.next_out = data->outbuf; in php_zlib_deflate_filter()
273 pefree(data->outbuf, data->persistent); in php_zlib_deflate_dtor()
314 data->strm.next_out = data->outbuf = (Bytef *) pemalloc(data->outbuf_len, persistent); in php_zlib_filter_create()
[all …]
/PHP-5.3/ext/bz2/
H A Dbz2_filter.c41 char *outbuf; member
144 data->strm.next_out = data->outbuf; in php_bz2_decompress_filter()
164 …bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0 TSRMLS_C… in php_bz2_decompress_filter()
167 data->strm.next_out = data->outbuf; in php_bz2_decompress_filter()
190 pefree(data->outbuf, data->persistent); in php_bz2_decompress_dtor()
260 data->strm.next_out = data->outbuf; in php_bz2_compress_filter()
275 …bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0 TSRMLS_C… in php_bz2_compress_filter()
278 data->strm.next_out = data->outbuf; in php_bz2_compress_filter()
296 pefree(data->outbuf, data->persistent); in php_bz2_compress_dtor()
338 data->strm.next_out = data->outbuf = (char *) pemalloc(data->outbuf_len, persistent); in php_bz2_filter_create()
[all …]
/PHP-5.3/ext/zip/lib/
H A Dzip_fread.c41 zip_fread(struct zip_file *zf, void *outbuf, zip_uint64_t toread) in zip_fread() argument
59 if ((n=zip_source_read(zf->src, outbuf, toread)) < 0) { in zip_fread()
/PHP-5.3/ext/pdo_odbc/
H A Dodbc_stmt.c335 P->outbuf = NULL; in odbc_stmt_param_hook()
371 P->outbuf, in odbc_stmt_param_hook()
397 if (P->outbuf) { in odbc_stmt_param_hook()
399 char *ptr = P->outbuf; in odbc_stmt_param_hook()
400 char *end = P->outbuf + P->len; in odbc_stmt_param_hook()
422 if (P->outbuf) { in odbc_stmt_param_hook()
430 if (P->outbuf) { in odbc_stmt_param_hook()
441 if (P->outbuf) { in odbc_stmt_param_hook()
465 if (P->outbuf) { in odbc_stmt_param_hook()
466 if (P->outbuf) { in odbc_stmt_param_hook()
[all …]
H A Dphp_pdo_odbc_int.h162 char *outbuf; member
/PHP-5.3/ext/pdo/
H A Dpdo.c320 char outbuf[65] = ""; in php_pdo_int64_to_str() local
323 char *dst = outbuf; in php_pdo_int64_to_str()
333 return estrdup(outbuf); in php_pdo_int64_to_str()
354 return estrdup(outbuf); in php_pdo_int64_to_str()
/PHP-5.3/ext/ftp/
H A Dftp.h66 char outbuf[FTP_BUFSIZE]; /* command output buffer */ member
H A Dftp.c1114 size = slprintf(ftp->outbuf, sizeof(ftp->outbuf), "%s %s\r\n", cmd, args); in ftp_putcmd()
1120 size = slprintf(ftp->outbuf, sizeof(ftp->outbuf), "%s\r\n", cmd); in ftp_putcmd()
1123 data = ftp->outbuf; in ftp_putcmd()
/PHP-5.3/ext/simplexml/
H A Dsimplexml.c1327 xmlOutputBufferPtr outbuf; in SXE_METHOD() local
1356 outbuf = xmlOutputBufferCreateFilename(filename, NULL, 0); in SXE_METHOD()
1358 if (outbuf == NULL) { in SXE_METHOD()
1362 xmlNodeDumpOutput(outbuf, (xmlDocPtr) sxe->document->ptr, node, 0, 0, NULL); in SXE_METHOD()
1363 xmlOutputBufferClose(outbuf); in SXE_METHOD()
1382 outbuf = xmlAllocOutputBuffer(NULL); in SXE_METHOD()
1384 if (outbuf == NULL) { in SXE_METHOD()
1389 xmlOutputBufferFlush(outbuf); in SXE_METHOD()
1391 RETVAL_STRINGL((char *)xmlOutputBufferGetContent(outbuf), xmlOutputBufferGetSize(outbuf), 1); in SXE_METHOD()
1393 RETVAL_STRINGL((char *)outbuf->buffer->content, outbuf->buffer->use, 1); in SXE_METHOD()
[all …]
/PHP-5.3/ext/openssl/
H A Dopenssl.c4774 unsigned char *outbuf, *key; in PHP_FUNCTION() local
4802 outbuf = emalloc(outlen + 1); in PHP_FUNCTION()
4816 outbuf[outlen] = '\0'; in PHP_FUNCTION()
4817 RETVAL_STRINGL((char *)outbuf, outlen, 0); in PHP_FUNCTION()
4823 efree(outbuf); in PHP_FUNCTION()
4827 efree(outbuf); in PHP_FUNCTION()
4850 unsigned char *outbuf, *key; in PHP_FUNCTION() local
4892 outbuf = emalloc(outlen + 1); in PHP_FUNCTION()
4903 outbuf[outlen] = '\0'; in PHP_FUNCTION()
4904 RETVAL_STRINGL((char *)outbuf, outlen, 0); in PHP_FUNCTION()
[all …]
/PHP-5.3/ext/soap/
H A Dsoap.c2344 zval outbuf, outbuflen; local
2351 INIT_ZVAL(outbuf);
2417 zval *outbuf = NULL; local
2451 ALLOC_INIT_ZVAL(outbuf);
2452 php_ob_get_buffer(outbuf TSRMLS_CC);
2458 set_soap_fault(&fault_obj, NULL, code, buffer, NULL, outbuf, NULL TSRMLS_CC);

Completed in 66 milliseconds