/external/chromium_org/third_party/openssl/openssl/crypto/ocsp/ |
ocsp_ext.c | 495 OCSP_SERVICELOC *sloc = NULL; local 498 if (!(sloc = OCSP_SERVICELOC_new())) goto err; 499 if (!(sloc->issuer = X509_NAME_dup(issuer))) goto err; 500 if (urls && *urls && !(sloc->locator = sk_ACCESS_DESCRIPTION_new_null())) goto err; 510 if (!sk_ACCESS_DESCRIPTION_push(sloc->locator, ad)) goto err; 513 x = X509V3_EXT_i2d(NID_id_pkix_OCSP_serviceLocator, 0, sloc); 515 if (sloc) OCSP_SERVICELOC_free(sloc);
|
/external/openssl/crypto/ocsp/ |
ocsp_ext.c | 495 OCSP_SERVICELOC *sloc = NULL; local 498 if (!(sloc = OCSP_SERVICELOC_new())) goto err; 499 if (!(sloc->issuer = X509_NAME_dup(issuer))) goto err; 500 if (urls && *urls && !(sloc->locator = sk_ACCESS_DESCRIPTION_new_null())) goto err; 510 if (!sk_ACCESS_DESCRIPTION_push(sloc->locator, ad)) goto err; 513 x = X509V3_EXT_i2d(NID_id_pkix_OCSP_serviceLocator, 0, sloc); 515 if (sloc) OCSP_SERVICELOC_free(sloc);
|
/external/clang/tools/libclang/ |
CXSourceLocation.cpp | 132 SourceLocation SLoc = CXXUnit->getLocation(File, line, column); 133 if (SLoc.isInvalid()) { 141 cxloc::translateSourceLocation(CXXUnit->getASTContext(), SLoc); 157 SourceLocation SLoc 160 if (SLoc.isInvalid()) 163 return cxloc::translateSourceLocation(CXXUnit->getASTContext(), SLoc); 238 const SrcMgr::SLocEntry &sloc = SM.getSLocEntry(fileID, &Invalid); local 239 if (Invalid || !sloc.isFile()) { 245 *file = const_cast<FileEntry *>(SM.getFileEntryForSLocEntry(sloc));
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
cpplib.h | 928 source_location sloc; member in struct:__anon33783 [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
cpplib.h | 928 source_location sloc; member in struct:__anon34512 [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
cpplib.h | 928 source_location sloc; member in struct:__anon35343 [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
cpplib.h | 928 source_location sloc; member in struct:__anon36072 [all...] |
/external/clang/include/clang/Basic/ |
SourceManager.h | 239 /// This is an invalid SLOC for the main file (top of the \#include chain). [all...] |