Searched refs:store (Results 1 - 11 of 11) sorted by relevance
| /PHP_5_5/ext/phar/phar/ |
| H A D | pharcommand.inc | 115 'inf' => '<meta> Meta data to store with entry (serialized php data).' 1089 * Get arguments and store them into a stub.
|
| /PHP_5_5/ext/spl/internal/ |
| H A D | filteriterator.inc | 57 * Fetch next element and store it.
|
| H A D | splobjectstorage.inc | 18 * This container allows to store objects uniquly without the need to compare
|
| /PHP_5_5/ext/standard/ |
| H A D | dns_win32.c | 141 static void php_parserr(PDNS_RECORD pRec, int type_to_fetch, int store, int raw, zval **subarray) argument 153 if (!store) {
|
| H A D | var_unserializer.c | 104 static int var_access(php_unserialize_data_t *var_hashx, long id, zval ***store) argument 120 *store = &var_hash->data[id];
|
| H A D | var_unserializer.re | 102 static int var_access(php_unserialize_data_t *var_hashx, long id, zval ***store) 118 *store = &var_hash->data[id];
|
| H A D | dns.c | 416 static u_char *php_parserr(u_char *cp, querybuf *answer, int type_to_fetch, int store, int raw, zval **subarray) argument 443 if (!store) {
|
| /PHP_5_5/ext/dba/ |
| H A D | dba_dbm.c | 127 return (store(gkey, gval) == -1 ? FAILURE : SUCCESS);
|
| /PHP_5_5/ext/sybase_ct/ |
| H A D | php_sybase_ct.c | 273 for (i = 0; i < (result->store ? result->num_rows : MIN(1, result->num_rows)); i++) { 996 ** Get a command handle, store the command string in it, and 1207 i= result->store ? result->num_rows- 1 : 0; 1211 if (result->store || 1 == result->num_rows) { 1218 if (!result->store && result->num_rows > 1 && Z_TYPE(result->data[i][j]) == IS_STRING) { 1296 static sybase_result * php_sybase_fetch_result_set(sybase_link *sybase_ptr, int buffered, int store TSRMLS_DC) 1319 result->store= store; 1427 zend_bool store = 1; local 1440 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|rb", &query, &len, &sybase_link_index, &store) [all...] |
| H A D | php_sybase_ct.h | 114 int store; member in struct:__anon255
|
| /PHP_5_5/ext/openssl/ |
| H A D | openssl.c | 1666 * certificate store and add those certs to it for use in verification. 1670 X509_STORE *store; local 1675 store = X509_STORE_new(); 1677 if (store == NULL) { 1698 file_lookup = X509_STORE_add_lookup(store, X509_LOOKUP_file()); 1706 dir_lookup = X509_STORE_add_lookup(store, X509_LOOKUP_hash_dir()); 1717 file_lookup = X509_STORE_add_lookup(store, X509_LOOKUP_file()); 1723 dir_lookup = X509_STORE_add_lookup(store, X509_LOOKUP_hash_dir()); 1728 return store; 3419 X509_STORE * store local [all...] |
Completed in 18 milliseconds