Searched defs:store (Results 1 - 6 of 6) sorted by relevance
| /PHP_TRUNK/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 | 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_TRUNK/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_TRUNK/ext/openssl/ |
| H A D | openssl.c | 1965 * certificate store and add those certs to it for use in verification. 1969 X509_STORE *store; local 1974 store = X509_STORE_new(); 1976 if (store == NULL) { 1997 file_lookup = X509_STORE_add_lookup(store, X509_LOOKUP_file()); 2005 dir_lookup = X509_STORE_add_lookup(store, X509_LOOKUP_hash_dir()); 2016 file_lookup = X509_STORE_add_lookup(store, X509_LOOKUP_file()); 2022 dir_lookup = X509_STORE_add_lookup(store, X509_LOOKUP_hash_dir()); 2027 return store; 3718 X509_STORE * store local [all...] |
Completed in 16 milliseconds