HomeSort by: relevance | last modified time | path
    Searched defs:Query (Results 1 - 7 of 7) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/Config/
Query.pm 8 package OpenSSL::Config::Query;
17 OpenSSL::Config::Query - Query OpenSSL configuration info
23 my $query = OpenSSL::Config::Query->new(info => \%unified_info);
25 # Query for something that's expected to give a scalar back
26 my $variable = $query->method(... args ...);
28 # Query for something that's expected to give a list back
29 my @variable = $query->method(... args ...);
43 Creates an instance of the B<OpenSSL::Config::Query> class. It takes option
    [all...]
  /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/Config/
Query.pm 8 package OpenSSL::Config::Query;
17 OpenSSL::Config::Query - Query OpenSSL configuration info
23 my $query = OpenSSL::Config::Query->new(info => \%unified_info);
25 # Query for something that's expected to give a scalar back
26 my $variable = $query->method(... args ...);
28 # Query for something that's expected to give a list back
29 my @variable = $query->method(... args ...);
43 Creates an instance of the B<OpenSSL::Config::Query> class. It takes option
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Support/
AutoConvert.cpp 32 struct f_cnvrt Query = {
38 if (fcntl(FD, F_CONTROL_CVT, &Query) == -1)
41 Query.cvtcmd = SETCVTALL;
42 Query.pccsid =
47 Query.fccsid = (Query.fccsid == FT_UNTAGGED) ? CCSID_IBM_1047 : Query.fccsid;
48 if (fcntl(FD, F_CONTROL_CVT, &Query) == -1)
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
LiveIntervalUnion.h 110 /// Query interferences between a single live virtual register and a live
112 class Query {
124 Query() = default;
125 Query(const LiveRange &LR, const LiveIntervalUnion &LIU)
127 Query(const Query &) = delete;
128 Query &operator=(const Query &) = delete;
155 // query's live virtual register, up to maxInterferingRegs.
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
MemorySSA.cpp 339 // True if our original query started off as a call
341 // The pointer location we started the query with. This will be empty if
383 /// \param Query The UpwardsMemoryQuery we used for our search.
391 const UpwardsMemoryQuery &Query, AliasAnalysisType &AA,
425 instructionClobbersQuery(MD, MAP.second, Query.Inst, AA);
443 assert(!instructionClobbersQuery(MD, MAP.second, Query.Inst, AA)
513 UpwardsMemoryQuery *Query;
584 instructionClobbersQuery(MD, Desc.Loc, Query->Inst, AA);
650 // - We generally query things in a top-down order, so if we got below D
668 if (Query->SkipSelfAccess && Node.Loc == Query->StartingLoc)
    [all...]
ValueTracking.cpp 101 struct Query {
114 Query(const DataLayout &DL, AssumptionCache *AC, const Instruction *CxtI,
195 KnownBits &Known, unsigned Depth, const Query &Q);
198 const Query &Q) {
218 Query(DL, AC, safeCxtI(V, CxtI), DT, UseInstrInfo, ORE));
227 Query(DL, AC, safeCxtI(V, CxtI), DT, UseInstrInfo, ORE));
231 unsigned Depth, const Query &Q);
234 const Query &Q);
243 V, Depth, Query(DL, AC, safeCxtI(V, CxtI), DT, UseInstrInfo, ORE));
254 Query(DL, AC, safeCxtI(V, CxtI), DT, UseInstrInfo, ORE))
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
pcache.c 52 * Extended Operation that allows to remove a query from the cache
61 /* query cache structs */
62 /* query */
68 } Query;
78 /* struct representing a cached query */
84 struct berval q_uuid; /* query identifier */
86 struct query_template_s *qtemp; /* template of the query */
87 time_t expiry_time; /* time till the query is considered invalid */
88 time_t refresh_time; /* time till the query is refreshed */
90 int bind_refcnt; /* number of bind operation referencing this query */
143 CachedQuery* query; \/* most recent query cached for the template *\/ member in struct:query_template_s
607 Query query = { 0 }; local
2011 Query query; member in struct:search_info
2973 Query query; local
3527 CachedQuery *query, *qprev; local
    [all...]

Completed in 46 milliseconds