Searched refs:chunk (Results 1 – 15 of 15) sorted by relevance
/PHP-5.3/ext/mysqlnd/ |
H A D | mysqlnd_block_alloc.c | 47 mnd_free(chunk->ptr); in mysqlnd_mempool_free_chunk() 49 mnd_free(chunk); in mysqlnd_mempool_free_chunk() 74 memcpy(new_ptr, chunk->ptr, chunk->size); in mysqlnd_mempool_resize_chunk() 94 memcpy(new_ptr, chunk->ptr, chunk->size); in mysqlnd_mempool_resize_chunk() 121 if (chunk) { in mysqlnd_mempool_get_chunk() 124 chunk->size = size; in mysqlnd_mempool_get_chunk() 130 chunk->pool = pool; in mysqlnd_mempool_get_chunk() 134 if (!chunk->ptr) { in mysqlnd_mempool_get_chunk() 135 chunk->free_chunk(chunk TSRMLS_CC); in mysqlnd_mempool_get_chunk() 136 chunk = NULL; in mysqlnd_mempool_get_chunk() [all …]
|
H A D | mysqlnd_structs.h | 51 enum_func_status (*resize_chunk)(MYSQLND_MEMORY_POOL_CHUNK * chunk, unsigned int size TSRMLS_DC); 52 void (*free_chunk)(MYSQLND_MEMORY_POOL_CHUNK * chunk TSRMLS_DC);
|
/PHP-5.3/ext/phar/ |
H A D | makestub.php | 59 foreach ($s1split as $i => $chunk) { 61 $s1split[$i] = substr($chunk, 1); 64 if ($chunk[strlen($chunk) - 1] == '\\') { 69 foreach ($s3split as $i => $chunk) { 71 $s3split[$i] = substr($chunk, 1); 74 if ($chunk[strlen($chunk) - 1] == '\\') { 81 foreach ($s1split as $i => $chunk) { 83 $stub .= "\tstatic const char newstub1_" . $i . '[] = "' . $chunk . '"; 88 foreach ($s3split as $i => $chunk) { 90 $stub .= "\tstatic const char newstub3_" . $i . '[] = "' . $chunk . '";
|
/PHP-5.3/ext/tokenizer/ |
H A D | tokenizer.php | 26 $chunk = $token[1]; variable 28 $chunk = $token; variable 30 $output .= $chunk;
|
/PHP-5.3/ext/oci8/tests/ |
H A D | bind_long.phpt | 38 echo "Test 2 - test multi chunk fetch\n"; 66 Test 2 - test multi chunk fetch
|
/PHP-5.3/ext/interbase/ |
H A D | ibase_service.c | 163 int chunk = slprintf(&buf[spb_len], sizeof(buf) - spb_len, "%c%c%c%s", in _php_ibase_user() local 166 if ((spb_len + chunk) > sizeof(buf) || chunk <= 0) { in _php_ibase_user() 171 spb_len += chunk; in _php_ibase_user()
|
/PHP-5.3/ext/standard/ |
H A D | dns_win32.c | 254 DWORD chunk = data_aaaa->Ip6Address.IP6Dword[i]; in php_parserr() local 255 out[i * 2] = htons(LOWORD(chunk)); in php_parserr() 256 out[i * 2 + 1] = htons(HIWORD(chunk)); in php_parserr()
|
H A D | array.c | 4403 zval *chunk = NULL; in PHP_FUNCTION() local 4427 if (!chunk) { in PHP_FUNCTION() 4428 MAKE_STD_ZVAL(chunk); in PHP_FUNCTION() 4429 array_init_size(chunk, size); in PHP_FUNCTION() 4439 add_assoc_zval_ex(chunk, str_key, str_key_len, *entry); in PHP_FUNCTION() 4442 add_index_zval(chunk, num_key, *entry); in PHP_FUNCTION() 4446 add_next_index_zval(chunk, *entry); in PHP_FUNCTION() 4452 add_next_index_zval(return_value, chunk); in PHP_FUNCTION() 4453 chunk = NULL; in PHP_FUNCTION() 4460 if (chunk) { in PHP_FUNCTION() [all …]
|
/PHP-5.3/win32/build/ |
H A D | confutils.js | 1624 var pieces, stuff_to_crack, chunk; 1650 chunk = stuff_to_crack.substr(0, j); 1651 pieces += chunk; 1652 stuff_to_crack = stuff_to_crack.substr(chunk.length);
|
/PHP-5.3/ext/standard/tests/file/ |
H A D | userstreams.phpt | 57 * the default cache chunk size and that we have something
|
H A D | file.inc | 121 // write in terms of a chunk of 1 K to avoid memory size overflow
|
/PHP-5.3/ |
H A D | php.ini-development | 282 ; Note: Resulting chunk size may vary due to nature of compression. PHP 284 ; compression. If you prefer a larger chunk size for better
|
H A D | php.ini-production | 282 ; Note: Resulting chunk size may vary due to nature of compression. PHP 284 ; compression. If you prefer a larger chunk size for better
|
H A D | NEWS | 952 encoding with spaces after chunk size). (Dmitry) 2518 in a chunk). (andreas dot streichardt at globalpark dot com, Ilia)
|
/PHP-5.3/ext/fileinfo/tests/ |
H A D | magic | 9 # We guess the file type from the type of the first chunk. 2995 # GLOB chunk was moved near start and provides subversion info since 2.42 8217 # FORM type, which is followed by the first chunk in the FORM. 8269 >>24 string Exec with executable chunk
|
Completed in 79 milliseconds