HomeSort by relevance Sort by last modified time
    Searched defs:sloc (Results 1 - 5 of 5) sorted by null

  /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);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
cpplib.h 886 source_location sloc; member in struct:__anon18910
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
cpplib.h 886 source_location sloc; member in struct:__anon19272
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
cpplib.h 886 source_location sloc; member in struct:__anon19649
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp 2813 const SrcMgr::SLocEntry &sloc = SM.getSLocEntry(fileID, &Invalid); local
    [all...]

Completed in 62 milliseconds