Searched refs:sloc (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/ocsp/
H A Docsp_ext.c564 OCSP_SERVICELOC *sloc = NULL; local
567 if (!(sloc = OCSP_SERVICELOC_new()))
569 if (!(sloc->issuer = X509_NAME_dup(issuer)))
571 if (urls && *urls && !(sloc->locator = sk_ACCESS_DESCRIPTION_new_null()))
586 if (!sk_ACCESS_DESCRIPTION_push(sloc->locator, ad))
595 i2d_OCSP_SERVICELOC, sloc, NULL)))
597 OCSP_SERVICELOC_free(sloc);
602 if (sloc)
603 OCSP_SERVICELOC_free(sloc);
/freebsd-9.3-release/contrib/ipfilter/samples/
H A Dproxy.c57 struct sockaddr_in sin, sloc, sout; local
78 if (getsockname(0, (struct sockaddr *)&sloc, &namelen) == -1) {
94 natlook.nl_inip = sloc.sin_addr;
97 natlook.nl_inport = sloc.sin_port;
/freebsd-9.3-release/sys/compat/ndis/
H A Dsubr_pe.c374 uint16_t rel, *sloc; local
406 sloc = (uint16_t *)pe_translate_addr(imgbase,
408 *sloc += (delta & 0xFFFF0000) >> 16;
411 sloc = (uint16_t *)pe_translate_addr(imgbase,
413 *sloc += (delta & 0xFFFF);
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceManager.h922 const FileEntry *getFileEntryForSLocEntry(const SrcMgr::SLocEntry &sloc) const
924 const SrcMgr::ContentCache *Content = sloc.getFile().getContentCache();
1239 /// on a file sloc, so you must choose a spelling or expansion location

Completed in 71 milliseconds