Searched refs:fetched (Results 1 - 17 of 17) sorted by relevance

/macosx-10.9.5/security_ocspd-55118.2/server/
H A DocspdNetwork.h43 CSSM_DATA &fetched); // mallocd in coder space and RETURNED
56 CSSM_DATA &fetched); // mallocd in coder space and RETURNED
68 Allocator *alloc; // IN: set by caller; used to alloc fetched data
76 CSSM_DATA fetched; // OUT: only valid if freeOnDone is 0 (caller frees) member in struct:async_fetch_t
H A DocspdNetwork.mm420 CSSM_DATA &fetched) // mallocd in coder space and RETURNED
560 fetched.Data = (uint8 *)SecAsn1Malloc(coder, len);
561 fetched.Length = len;
562 memmove(fetched.Data, [[urlLoader data] bytes], len);
563 writeBlob(OCSP_RESP_FILE, "OCSP Response", fetched.Data, (unsigned int)fetched.Length);
614 CSSM_DATA &fetched) // mallocd in alloc space and RETURNED
740 fetched.Length = value[0]->bv_len;
741 fetched.Data = (uint8 *)alloc.malloc(fetched
[all...]
H A DocspdNetwork.cpp278 CSSM_DATA &fetched) // mallocd in coder space and RETURNED
379 fetched.Data = (uint8 *)SecAsn1Malloc(coder, len);
380 fetched.Length = len;
381 memmove(fetched.Data, CFDataGetBytePtr(urlData), len);
382 writeBlob(OCSP_RESP_FILE, "OCSP Response", fetched.Data, fetched.Length);
403 CSSM_DATA &fetched) // mallocd in coder space and RETURNED
557 CFDataGetLength(httpContext->data), &fetched);
558 writeBlob(OCSP_RESP_FILE, "OCSP Response", fetched.Data, fetched
274 ocspdHttpGet( SecAsn1CoderRef coder, const CSSM_DATA &url, const CSSM_DATA &ocspReq, CSSM_DATA &fetched) argument
399 ocspdHttpPost( SecAsn1CoderRef coder, const CSSM_DATA &url, const CSSM_DATA &ocspReq, CSSM_DATA &fetched) argument
597 ldapFetch( Allocator &alloc, const CSSM_DATA &url, LF_Type lfType, CSSM_DATA &fetched) argument
743 httpFetch( Allocator &alloc, const CSSM_DATA &url, LF_Type lfType, CSSM_DATA &fetched) argument
907 ocspdNetFetch( Allocator &alloc, const CSSM_DATA &url, LF_Type lfType, CSSM_DATA &fetched) argument
[all...]
H A DocspdServer.cpp1042 if(fetchParams->fetched.Data && fetchParams->fetched.Length) {
1044 crlData = fetchParams->fetched;
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dmk-ca-bundle.pl89 my $fetched;
100 $fetched = 1;
110 my $currentdate = scalar gmtime($fetched ? $resp->last_modified : (stat($txt))[9]);
/macosx-10.9.5/WebKit-7537.78.2/win/WebCoreSupport/
H A DWebEditorClient.cpp701 ULONG fetched; local
703 if (enumDetailsObj->Next(1, &detailObj, &fetched) != S_OK)
721 if (enumGuessesObj->Next(1, &guess, &fetched) != S_OK)
791 ULONG fetched; local
793 if (enumGuessesObj->Next(1, &guess, &fetched) != S_OK)
/macosx-10.9.5/CPANInternal-140/DBIx-ContextualFetch/lib/DBIx/
H A DContextualFetch.pm208 fetched.
/macosx-10.9.5/CPANInternal-140/DBIx-ContextualFetch-1.03/lib/DBIx/
H A DContextualFetch.pm208 fetched.
/macosx-10.9.5/ruby-104/ruby/
H A Dregparse.c4506 int r, neg, len, fetched, and_start; local
4546 fetched = 0;
4579 fetched = 1;
4600 fetched = 0;
4675 fetched = 1;
4695 fetched = 1;
4709 fetched = 1;
4774 if (fetched)
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/
H A DRow.pm85 request that all values be fetched back from the database by calling
583 been fetched from the database or set by an accessor.
H A DResultSet.pm3413 Contains one or more relationships that should be fetched along with
3474 rows that match the prefetched condition will be fetched into that relationship.
/macosx-10.9.5/CPANInternal-140/Ima-DBI/lib/Ima/
H A DDBI.pm232 data fetched from the database will be tainted. This may be different
/macosx-10.9.5/CPANInternal-140/Ima-DBI-0.35/lib/Ima/
H A DDBI.pm232 data fetched from the database will be tainted. This may be different
/macosx-10.9.5/CPANInternal-140/Variable-Magic/lib/Variable/
H A DMagic.pm173 This magic happens each time an element is fetched from the hash.
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/
H A DREADME1888 everything's automatically fetched from CPAN if you're using the CPAN
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/
H A DREADME2105 everything's automatically fetched from CPAN if you're using the CPAN
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dtommath.tex5160 is fetched from the exponent.

Completed in 199 milliseconds