Searched defs:store (Results 1 – 5 of 5) sorted by relevance
20 void* thread_store_get( thread_store_t* store ) in thread_store_get()28 extern void thread_store_set( thread_store_t* store, in thread_store_set()48 void* thread_store_get( thread_store_t* store ) in thread_store_get()56 void thread_store_set( thread_store_t* store, in thread_store_set()
45 static inline void cert_release_store(X509_STORE *store) { in cert_release_store()
57 X509_STORE *store; in cert_store_from_path() local131 int cert_verify(BIO *content, CMS_ContentInfo *content_info, X509_STORE *store, int *out_fd) { in cert_verify()
125 X509_STORE *store = NULL; in flash_validate_certificate() local
31 void GGLAssembler::store(const pointer_t& addr, const pixel_t& s, uint32_t flags) in store() function in android::GGLAssembler