Searched refs:delete_object (Results 1 – 6 of 6) sorted by relevance
/external/openssl/crypto/store/ |
D | str_lib.c | 355 delete_object,STORE_R_NO_DELETE_OBJECT_FUNCTION); in STORE_delete_certificate() 357 if (!s->meth->delete_object(s, STORE_OBJECT_TYPE_X509_CERTIFICATE, in STORE_delete_certificate() 576 delete_object,STORE_R_NO_DELETE_OBJECT_FUNCTION); in STORE_delete_private_key() 578 if (!s->meth->delete_object(s, STORE_OBJECT_TYPE_PRIVATE_KEY, in STORE_delete_private_key() 771 delete_object,STORE_R_NO_DELETE_OBJECT_FUNCTION); in STORE_delete_public_key() 773 if (!s->meth->delete_object(s, STORE_OBJECT_TYPE_PUBLIC_KEY, in STORE_delete_public_key() 965 delete_object,STORE_R_NO_DELETE_OBJECT_FUNCTION); in STORE_delete_crl() 967 if (!s->meth->delete_object(s, STORE_OBJECT_TYPE_X509_CRL, in STORE_delete_crl() 1126 delete_object,STORE_R_NO_DELETE_NUMBER_FUNCTION); in STORE_delete_number() 1128 if (!s->meth->delete_object(s, STORE_OBJECT_TYPE_NUMBER, attributes, in STORE_delete_number() [all …]
|
D | str_meth.c | 130 sm->delete_object = delete_f; in STORE_method_set_delete_function() 213 return sm->delete_object; in STORE_method_get_delete_function()
|
D | str_locl.h | 93 STORE_HANDLE_OBJECT_FUNC_PTR delete_object; member
|
D | README | 75 delete_object - remove an object from the database
|
/external/chromium/net/http/ |
D | http_cache_transaction.h | 264 void DoomPartialEntry(bool delete_object);
|
D | http_cache_transaction.cc | 1467 void HttpCache::Transaction::DoomPartialEntry(bool delete_object) { in DoomPartialEntry() argument 1472 if (delete_object) in DoomPartialEntry()
|