Searched refs:delete_object (Results 1 - 6 of 6) sorted by relevance

/external/openssl/crypto/store/
H A Dstr_locl.h93 STORE_HANDLE_OBJECT_FUNC_PTR delete_object; member in struct:store_method_st
H A Dstr_meth.c130 sm->delete_object = delete_f;
213 return sm->delete_object;
H A Dstr_lib.c355 delete_object,STORE_R_NO_DELETE_OBJECT_FUNCTION);
357 if (!s->meth->delete_object(s, STORE_OBJECT_TYPE_X509_CERTIFICATE,
576 delete_object,STORE_R_NO_DELETE_OBJECT_FUNCTION);
578 if (!s->meth->delete_object(s, STORE_OBJECT_TYPE_PRIVATE_KEY,
771 delete_object,STORE_R_NO_DELETE_OBJECT_FUNCTION);
773 if (!s->meth->delete_object(s, STORE_OBJECT_TYPE_PUBLIC_KEY,
965 delete_object,STORE_R_NO_DELETE_OBJECT_FUNCTION);
967 if (!s->meth->delete_object(s, STORE_OBJECT_TYPE_X509_CRL,
1126 delete_object,STORE_R_NO_DELETE_NUMBER_FUNCTION);
1128 if (!s->meth->delete_object(
[all...]
/external/chromium_org/net/http/
H A Dhttp_cache_transaction.h373 void DoomPartialEntry(bool delete_object);
H A Dhttp_cache_transaction.cc2729 void HttpCache::Transaction::DoomPartialEntry(bool delete_object) { argument
2736 if (delete_object)
/external/chromium_org/third_party/google_appengine_cloudstorage/cloudstorage/
H A Dcloudstorage_api.py115 status, resp_headers, _ = api.delete_object(filename)

Completed in 1098 milliseconds