store             127 ext/dba/dba_dbm.c 	return (store(gkey, gval) == -1 ? FAILURE : SUCCESS);
store            2242 ext/openssl/openssl.c 	X509_STORE *store;
store            2248 ext/openssl/openssl.c 	store = X509_STORE_new();
store            2250 ext/openssl/openssl.c 	if (store == NULL) {
store            2264 ext/openssl/openssl.c 				file_lookup = X509_STORE_add_lookup(store, X509_LOOKUP_file());
store            2272 ext/openssl/openssl.c 				dir_lookup = X509_STORE_add_lookup(store, X509_LOOKUP_hash_dir());
store            2283 ext/openssl/openssl.c 		file_lookup = X509_STORE_add_lookup(store, X509_LOOKUP_file());
store            2289 ext/openssl/openssl.c 		dir_lookup = X509_STORE_add_lookup(store, X509_LOOKUP_hash_dir());
store            2294 ext/openssl/openssl.c 	return store;
store            4081 ext/openssl/openssl.c 	X509_STORE * store = NULL;
store            4114 ext/openssl/openssl.c 	store = setup_verify(cainfo);
store            4116 ext/openssl/openssl.c 	if (!store) {
store            4150 ext/openssl/openssl.c 	if (PKCS7_verify(p7, others, store, datain, dataout, (int)flags)) {
store            4181 ext/openssl/openssl.c 	X509_STORE_free(store);
store             433 ext/standard/dns.c static u_char *php_parserr(u_char *cp, u_char *end, querybuf *answer, int type_to_fetch, int store, int raw, zval *subarray)
store             462 ext/standard/dns.c 	if (!store) {
store             141 ext/standard/dns_win32.c static void php_parserr(PDNS_RECORD pRec, int type_to_fetch, int store, int raw, zval *subarray)
store             153 ext/standard/dns_win32.c 	if (!store) {