Home
last modified time | relevance | path

Searched refs:storage (Results 1 – 25 of 132) sorted by path

123456

/PHP-5.5/
H A DNEWS5920 . Added "compact" handler for Zend MM storage. (Dmitry)
6224 - Fixed bug #46192 (ArrayObject with objects as storage serialization).
7786 . use "win32" storage manager (instead of "malloc") on Windows by default
8327 - Fixed bug #38687 (sockaddr local storage insufficient for all sock families).
8347 - Fixed bug #38524 (strptime() does not initialize the internal date storage
/PHP-5.5/TSRM/
H A DTSRM.c26 void **storage; member
178 if (p->storage[j]) { in tsrm_shutdown()
180 resource_types_table[j].dtor(p->storage[j], &p->storage); in tsrm_shutdown()
182 free(p->storage[j]); in tsrm_shutdown()
185 free(p->storage); in tsrm_shutdown()
251 p->storage = (void *) realloc(p->storage, sizeof(void *)*id_count); in ts_allocate_id()
255 resource_types_table[j].ctor(p->storage[j], &p->storage); in ts_allocate_id()
393 resource_types_table[i].dtor(thread_resources->storage[i], &thread_resources->storage); in tsrm_free_interpreter_context()
546 resource_types_table[j].dtor(p->storage[j], &p->storage); in ts_free_id()
548 free(p->storage[j]); in ts_free_id()
[all …]
/PHP-5.5/Zend/
H A DREADME.ZEND_MM41 can also use "mmap_anon", "mmap_zero" and "win32" storage managers.
H A Dzend_alloc.c144 free(storage); in zend_mm_mem_dummy_dtor()
165 ret = storage->handlers->_alloc(storage, size); in zend_mm_mem_mmap_realloc()
168 storage->handlers->_free(storage, segment); in zend_mm_mem_mmap_realloc()
217 free(storage); in zend_mm_mem_mmap_zero_dtor()
249 return storage; in zend_mm_mem_win32_init()
255 free(storage); in zend_mm_mem_win32_dtor()
1088 if (!storage) { in zend_mm_startup_ex()
1106 heap->storage = storage; in zend_mm_startup_ex()
1677 storage = heap->storage; in zend_mm_shutdown()
1686 storage->handlers->dtor(storage); in zend_mm_shutdown()
[all …]
H A Dzend_alloc.h221 void (*dtor)(zend_mm_storage *storage);
222 void (*compact)(zend_mm_storage *storage);
223 zend_mm_segment* (*_alloc)(zend_mm_storage *storage, size_t size);
224 zend_mm_segment* (*_realloc)(zend_mm_storage *storage, zend_mm_segment *ptr, size_t size);
225 void (*_free)(zend_mm_storage *storage, zend_mm_segment *ptr);
H A Dzend_objects_API.h66 …ject, zend_objects_store_dtor_t dtor, zend_objects_free_object_storage_t storage, zend_objects_sto…
/PHP-5.5/Zend/tests/
H A Dbug36214.phpt50 ["storage":"ArrayObject":private]=>
H A Dbug37046.phpt6 static $storage = array(array('x', 'y'));
7 return $storage[0];
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch1048 static const char *types[] = { "empty", "user storage",
1049 "user stream", "lockbytes", "property", "root storage" };
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic4501 # secondary storage is not physically contained within the dump.
10164 # data and image transfer, storage, etc., for the astronomical community.
10477 >4 lelong ^0x00000200 storage: scanline
10478 >4 lelong &0x00000200 storage: tiled
14313 # storage (http://en.wikipedia.org/wiki/Structured_Storage)
/PHP-5.5/ext/mbstring/libmbfl/
H A DLICENSE208 a storage or distribution medium does not bring the other work under
/PHP-5.5/ext/opcache/
H A DREADME77 The OPcache shared memory storage size. The amount of memory for storing
107 memory storage allocation. ("1" means validate once per second, but only
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog3657 was missing a "static" storage class specifier.
H A DREADME277 storage for processing capturing parentheses if there are more than 10 of
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1072 pcreposix documentation), additional working storage is required for
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput7182 the same character differ. The first went wrong with heap frame storage; the
H A Dtestoutput7400 the same character differ. The first went wrong with heap frame storage; the
/PHP-5.5/ext/pdo_mysql/tests/
H A DREADME9 PDO_MYSQL_TEST_ENGINE - storage engine to use
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dlarge_objects.phpt76 * linger and clutter up the storage */
/PHP-5.5/ext/session/
H A Dconfig.m49 [ --with-mm[=DIR] SESSION: Include mm support for session storage], no, no)
/PHP-5.5/ext/session/tests/
H A Dbug32330.phpt2 Bug #32330 (session_destroy, "Failed to initialize storage module", custom session handler)
H A Dbug60860.phpt17 Fatal error: session_start(): Failed to initialize storage module: user (path:%s) in %s on line 3
H A Dsession_save_path_variation4.phpt59 Fatal error: session_start(): Failed to initialize storage module: files (path: ) in %s on line %d
H A Dsession_set_save_handler_basic.phpt15 * Description : Sets user-level session storage functions
H A Dsession_set_save_handler_class_001.phpt15 * Description : Sets user-level session storage functions

Completed in 153 milliseconds

123456