Home
last modified time | relevance | path

Searched refs:buffer (Results 251 – 275 of 291) sorted by path

1...<<1112

/PHP-5.5/sapi/isapi/
H A Dphp5isapi.c327 static int sapi_isapi_read_post(char *buffer, uint count_bytes TSRMLS_DC) in sapi_isapi_read_post() argument
336 memcpy(buffer, lpECB->lpbData+SG(read_post_bytes), read_from_buf); in sapi_isapi_read_post()
346 if (!lpECB->ReadClient(lpECB->ConnID, buffer+read_from_buf+cbRead, &cbSize) || cbSize==0) { in sapi_isapi_read_post()
/PHP-5.5/sapi/litespeed/
H A Dlsapi_main.c368 static int sapi_lsapi_read_post(char *buffer, uint count_bytes TSRMLS_DC) in sapi_lsapi_read_post() argument
371 return LSAPI_ReadReqBody( buffer, (unsigned long long)count_bytes ); in sapi_lsapi_read_post()
/PHP-5.5/sapi/nsapi/
H A Dnsapi.c591 static int sapi_nsapi_read_post(char *buffer, uint count_bytes TSRMLS_DC) in sapi_nsapi_read_post() argument
594 char *read_ptr = buffer, *content_length_str = NULL; in sapi_nsapi_read_post()
/PHP-5.5/sapi/pi3web/
H A Dpi3web_sapi.c212 static int sapi_pi3web_read_post(char *buffer, uint count_bytes TSRMLS_DC) in sapi_pi3web_read_post() argument
221 memcpy(buffer, lpCB->lpbData+SG(read_post_bytes), read_from_buf); in sapi_pi3web_read_post()
231 if (!lpCB->ReadClient(lpCB->ConnID, buffer+read_from_buf+cbRead, &cbSize) || cbSize==0) { in sapi_pi3web_read_post()
/PHP-5.5/sapi/thttpd/
H A Dthttpd.c248 static int sapi_thttpd_read_post(char *buffer, uint count_bytes TSRMLS_DC) in sapi_thttpd_read_post() argument
254 memcpy(buffer, TG(hc)->read_buf + TG(hc)->checked_idx, read_bytes); in sapi_thttpd_read_post()
H A Dthttpd_patch1407 ** If you have a stat buffer on the file, pass it in, otherwise pass 0.
1415 ** If you have a stat buffer on the file, pass it in, otherwise pass 0.
1862 /* Is there room in our buffer to read more bytes? */
2052 /* Yes; move the unwritten part to the front of the buffer. */
/PHP-5.5/sapi/tux/
H A Dphp_tux.c161 static int sapi_tux_read_post(char *buffer, uint count_bytes) in sapi_tux_read_post() argument
168 TG(req)->object_addr = buffer; in sapi_tux_read_post()
/PHP-5.5/sapi/webjames/
H A Dwebjames.c87 static int sapi_webjames_read_post(char *buffer, uint count_bytes TSRMLS_DC) in sapi_webjames_read_post() argument
92 memcpy(buffer, WG(conn)->body+WG(bodyread), count_bytes); in sapi_webjames_read_post()
/PHP-5.5/tests/lang/
H A Dbug23489.phpt14 function transform($buffer) {
H A Dbug32828.phpt6 function output_handler($buffer)
/PHP-5.5/tests/output/
H A Dbug46897.phpt13 echo "Attempt to flush unerasable buffer - should fail...";
15 // Check content of buffer after flush - if flush failed it should still contain the string above.
20 [callback:1]Attempt to flush unerasable buffer - should fail...
21 Notice: ob_flush(): failed to flush buffer of callback (0) in %s on line %d
23 string(%d) "Attempt to flush unerasable buffer - should fail...
24 Notice: ob_flush(): failed to flush buffer of callback (0) in %s on line %d
H A Dbug60321.phpt2 Bug #60321 (ob_get_status(true) no longer returns an array when buffer is empty)
H A Dbug60768.phpt2 Bug #60768 Output buffer not discarded
8 ob_start(function($buffer) use (&$storage) { $storage .= $buffer; }, 20);
10 echo str_repeat("0", 20); // fill in the buffer
13 echo str_pad($i, 9, ' ', STR_PAD_LEFT) . "\n"; // full buffer dumped every time
H A Dflush_basic_001.phpt15 echo "Inside a user buffer\n";
H A Dob_014.phpt9 // Therefore, there will be no data in the buffer. This is expected: see bug 46900.
H A Dob_015.phpt9 // Therefore, there will be no data in the buffer. This is expected: see bug 46900.
H A Dob_clean_basic_001.phpt6 * Description: Clean (delete) the current output buffer
21 echo "Ensure the buffer is still active after the clean.";
32 Notice: ob_clean(): failed to delete buffer. No buffer to delete in %s on line 12
35 Ensure the buffer is still active after the clean."
H A Dob_clean_error_001.phpt6 * Description: Clean (delete) the current output buffer
H A Dob_end_clean_basic_001.phpt24 Notice: ob_end_clean(): failed to delete buffer. No buffer to delete in %s on line 7
29 Notice: ob_end_clean(): failed to delete buffer. No buffer to delete in %s on line 16
H A Dob_end_flush_basic_001.phpt6 * Description: Flush (send) the output buffer, and delete current output buffer
33 Notice: ob_end_flush(): failed to delete and flush buffer. No buffer to delete or flush in %s on li…
39 Notice: ob_end_flush(): failed to delete and flush buffer. No buffer to delete or flush in %s on li…
H A Dob_end_flush_error_001.phpt6 * Description: Flush (send) the output buffer, and delete current output buffer
H A Dob_flush_basic_001.phpt6 …Description: Flush (send) contents of the output buffer. The last buffer content is sent to next b…
21 echo "Ensure the buffer is still active after the flush.\n";
33 Notice: ob_flush(): failed to flush buffer. No buffer to flush in %s on line 12
37 Ensure the buffer is still active after the flush.
H A Dob_flush_error_001.phpt6 …Description: Flush (send) contents of the output buffer. The last buffer content is sent to next b…
H A Dob_get_contents_basic_001.phpt8 * Description: Return the contents of the output buffer
H A Dob_get_contents_error_001.phpt8 * Description: Return the contents of the output buffer

Completed in 56 milliseconds

1...<<1112