Searched defs:store_ptr (Results 1 – 6 of 6) sorted by relevance
251 let store_ptr = store.map_or(ptr::null_mut(), |p| p.as_ptr()); in verify() localVariable
1262 static int set_cert_store(X509_STORE **store_ptr, X509_STORE *new_store, in set_cert_store()
1191 static int set_cert_store(X509_STORE **store_ptr, X509_STORE *new_store, in set_cert_store()
1505 LLVMValueRef store_ptr; in draw_gs_llvm_end_primitive() local