HomeSort by relevance Sort by last modified time
    Searched refs:delete_object (Results 1 - 6 of 6) sorted by null

  /external/openssl/crypto/store/
str_locl.h 93 STORE_HANDLE_OBJECT_FUNC_PTR delete_object; member in struct:store_method_st
str_meth.c 130 sm->delete_object = delete_f;
213 return sm->delete_object;
str_lib.c 355 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(s, STORE_OBJECT_TYPE_NUMBER, attributes
    [all...]
  /external/chromium_org/net/http/
http_cache_transaction.h 373 void DoomPartialEntry(bool delete_object);
http_cache_transaction.cc     [all...]
  /external/chromium_org/third_party/google_appengine_cloudstorage/cloudstorage/
cloudstorage_api.py 115 status, resp_headers, _ = api.delete_object(filename)

Completed in 301 milliseconds