Searched refs:transfer (Results 1 – 15 of 15) sorted by relevance
/php-src/ext/zend_test/ |
H A D | fiber.c | 28 zend_fiber_transfer transfer = { in zend_test_fiber_switch_to() local 34 ZVAL_COPY(&transfer.value, value); in zend_test_fiber_switch_to() 36 ZVAL_NULL(&transfer.value); in zend_test_fiber_switch_to() 39 zend_fiber_switch_context(&transfer); in zend_test_fiber_switch_to() 46 return transfer; in zend_test_fiber_switch_to() 60 return transfer; in zend_test_fiber_resume() 82 transfer->flags = 0; in zend_test_fiber_execute() 135 transfer->context = target; in zend_test_fiber_execute() 191 zval_ptr_dtor(&transfer.value); in zend_test_fiber_object_destroy() 223 zval_ptr_dtor(&transfer->value); in delegate_transfer_result() [all …]
|
/php-src/Zend/ |
H A D | zend_fibers.c | 172 zend_fiber_transfer *transfer; member 366 zend_fiber_transfer transfer = *data.transfer; in zend_fiber_trampoline() 387 context->function(&transfer); in zend_fiber_trampoline() 502 transfer->context = from; in zend_fiber_switch_context() 515 transfer_data = transfer; in zend_fiber_switch_context() 520 *transfer = *transfer_data; in zend_fiber_switch_context() 525 *transfer = *data.transfer; in zend_fiber_switch_context() 528 to = transfer->context; in zend_fiber_switch_context() 661 ZVAL_NULL(&transfer.value); in zend_fiber_switch_to() 672 return transfer; in zend_fiber_switch_to() [all …]
|
H A D | zend_fibers.h | 73 typedef void (*zend_fiber_coroutine)(zend_fiber_transfer *transfer); 142 ZEND_API void zend_fiber_switch_context(zend_fiber_transfer *transfer);
|
/php-src/ext/ffi/tests/ |
H A D | 041.phpt | 9 function test_new_ownership($str, $transfer) { 10 if ($transfer) { 22 function test_type_ownership($str, $transfer) { 23 if ($transfer) { 35 function test_cast_ownership($str, $transfer) { 36 if ($transfer) { 48 function test_array_ownership($str, $transfer) { 49 if ($transfer) {
|
/php-src/ext/ftp/tests/ |
H A D | ftp_get_basic.phpt | 2 FTP ftp_get file for both binary and ASCII transfer modes 17 //test simple text transfer 23 //test binary data transfer
|
H A D | ftp_fget_basic.phpt | 2 FTP ftp_fget file for both binary and ASCII transfer modes 17 //test simple text transfer 24 //test binary data transfer
|
H A D | gh10521.phpt | 23 …// Doesn't actually succeed in transferring a file. The file transfer gets aborted by our fake ser…
|
H A D | 005.phpt | 88 Warning: ftp_nb_continue(): No nbronous transfer to continue in %s005.php on line %d
|
H A D | server.inc | 283 fputs($s, "125 Data connection already open; transfer starting.\r\n"); 461 fputs($s, "125 Data connection already open; transfer starting.\r\n"); 511 fputs($s, "125 Data connection already open; transfer starting.\r\n");
|
/php-src/ext/curl/tests/ |
H A D | curl_getinfo_CURLINFO_POSTTRANSFER_TIME_T.phpt | 23 var_dump($info['posttransfer_time_us'] === 0); // this is always 0 before executing the transfer
|
/php-src/ext/mbstring/tests/ |
H A D | mb_encode_mimeheader_basic4.phpt | 105 // transfer-encode it, it takes too many bytes to fit on a single line 111 // with no transfer encoding, and when it would transfer-encode 116 // but the new one transfer-encodes it 117 // In the general case, matching the old implementation's decision to transfer-encode or not
|
/php-src/ext/dom/lexbor/ |
H A D | LICENSE | 78 use, offer to sell, sell, import, and otherwise transfer the Work,
|
/php-src/ext/gd/tests/ |
H A D | Rochester-Regular.otf.LICENSE.txt | 78 use, offer to sell, sell, import, and otherwise transfer the Work,
|
/php-src/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 11719 0 short 0x6060 Dyalog APL transfer 12246 >4 lelong 0x100000E5 file transfer protocol 12247 >4 lelong 0x100000E5 file transfer protocol 19680 # data and image transfer, storage, etc., for the astronomical community. 29309 0 string DAFETF\ NAIF\ DAF\ ENCODED NASA SPICE file (transfer format)
|
H A D | magic | 11719 0 short 0x6060 Dyalog APL transfer 12246 >4 lelong 0x100000E5 file transfer protocol 12247 >4 lelong 0x100000E5 file transfer protocol 19680 # data and image transfer, storage, etc., for the astronomical community. 29309 0 string DAFETF\ NAIF\ DAF\ ENCODED NASA SPICE file (transfer format)
|
Completed in 189 milliseconds