Searched defs:query (Results 1 - 25 of 94) sorted by path

1234

/freebsd-current/contrib/bmake/
H A Dmake.h764 bool query; member in struct:CmdOpts
/freebsd-current/contrib/kyua/cli/
H A Dcmd_db_exec_test.cpp67 sqlite::statement query = db.create_statement("SELECT * FROM test"); local
124 sqlite::statement query = db.create_statement( local
146 sqlite::statement query = db.create_statement("SELECT * FROM test"); local
/freebsd-current/contrib/kyua/store/
H A Ddbtypes_test.cpp70 sqlite::statement query = db.create_statement("SELECT * FROM test"); local
96 sqlite::statement query = db.create_statement("SELECT * FROM test"); local
/freebsd-current/contrib/kyua/utils/sqlite/
H A Dexceptions_test.cpp96 const char* query = "ABCDE INVALID QUERY"; local
/freebsd-current/contrib/ldns-host/
H A Dldns-host.c744 query(ldns_resolver *res, ldns_rdf *domain, ldns_pkt **pkt, bool close_tcp) { function
[all...]
/freebsd-current/contrib/ldns/
H A Dnet.c897 ldns_pkt *query; local
[all...]
H A Dupdate.c94 ldns_pkt *query, *resp; local
137 ldns_pkt *query, *resp; local
[all...]
/freebsd-current/contrib/less/
H A Doutput.c694 public int query(char *fmt, PARG *parg) function
/freebsd-current/contrib/libevent/
H A Dhttp.c4487 char *query; /* query, or NULL */ member in struct:evhttp_uri
4773 char *readbuf = NULL, *readp = NULL, *token = NULL, *query = NULL; local
5114 evhttp_uri_set_query(struct evhttp_uri *uri, const char *query) argument
[all...]
/freebsd-current/contrib/libevent/sample/
H A Dhttps-client.c222 const char *scheme, *host, *path, *query; local
/freebsd-current/contrib/libevent/test/
H A Dregress_util.c1539 struct tm query; local
/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_ann.cpp336 const char INTERFACE_ATTRIBUTE* ThreadSanitizerQuery(const char *query) { argument
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFile.h317 virtual void FindTypes(const TypeQuery &query, TypeResults &results) {} argument
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp969 void Module::FindTypes(const TypeQuery &query, TypeResults &results) { argument
H A DModuleList.cpp582 void ModuleList::FindTypes(Module *search_first, const TypeQuery &query, argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1170 StructuredData::Dictionary *query = local
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp1231 void SymbolFileDWARFDebugMap::FindTypes(const TypeQuery &query, argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1720 void SymbolFileNativePDB::FindTypes(const lldb_private::TypeQuery &query, argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1521 void SymbolFilePDB::FindTypes(const lldb_private::TypeQuery &query, argument
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRegMatrix.cpp178 LiveIntervalUnion::Query &LiveRegMatrix::query(const LiveRange &LR, function in class:LiveRegMatrix
/freebsd-current/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp165 static void query(const MachineInstr &MI, bool &Read, bool &Write, function
/freebsd-current/contrib/mandoc/
H A Dcgi.c52 struct query { struct
56 char *query; /* unparsed query expression */ member in struct:query
982 char *query, *rp, *wp; local
[all...]
/freebsd-current/contrib/ntp/sntp/libevent/
H A Dhttp.c4487 char *query; /* query, or NULL */ member in struct:evhttp_uri
4773 char *readbuf = NULL, *readp = NULL, *token = NULL, *query = NULL; local
5114 evhttp_uri_set_query(struct evhttp_uri *uri, const char *query) argument
[all...]
/freebsd-current/contrib/ntp/sntp/libevent/sample/
H A Dhttps-client.c222 const char *scheme, *host, *path, *query; local
/freebsd-current/contrib/ntp/sntp/libevent/test/
H A Dregress_util.c1539 struct tm query; local

Completed in 297 milliseconds

1234