Home
last modified time | relevance | path

Searched refs:queries (Results 1 – 13 of 13) sorted by relevance

/systemd-251/.github/
Dcodeql-config.yml6 disable-default-queries: false
8 queries:
9 - name: Enable possibly useful queries which are disabled by default
11 - name: systemd-specific CodeQL queries
12 uses: ./.lgtm/cpp-queries/
Dcodeql-custom.qls5 # Note: it is not recommended to directly reference the respective queries from
9 …nning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#running-additional-queries
14 from: codeql/cpp-queries
/systemd-251/src/libsystemd/sd-resolve/
Dsd-resolve.c74 LIST_HEAD(sd_resolve_query, queries);
101 LIST_FIELDS(sd_resolve_query, queries);
567 while ((q = resolve->queries)) { in resolve_free()
915 LIST_PREPEND(queries, resolve->queries, q); in alloc_query()
1136 LIST_REMOVE(queries, resolve->queries, q); in resolve_query_disconnect()
/systemd-251/.lgtm/cpp-queries/
Dqlpack.yml6 name: systemd/cpp-queries
/systemd-251/test/
DREADME.testsuite241 If you want to run all queries systemd uses in LGTM/CodeQL, run:
243 …e codeqldb/ --format csv --output results.csv .github/codeql-custom.qls .lgtm/cpp-queries/*.ql -vvv
251 - queries: .
252 from: codeql/cpp-queries
/systemd-251/
D.lgtm.yml6 queries:
DNEWS10231 * The Password Agent protocol gained support for queries where
10527 queries the most basic systemd information (timezone,
12009 create deadlocks if NSS involves synchronous queries to
/systemd-251/src/resolve/
Dresolved-dns-stream.h88 Set *queries; /* when used by the DNS stub logic */ member
Dresolved-dns-query.h112 LIST_FIELDS(DnsQuery, queries);
Dresolved-dns-query.c424 (void) set_remove(q->request_stream->queries, q); in dns_query_free()
431 LIST_REMOVE(queries, q->manager->dns_queries, q); in dns_query_free()
543 LIST_PREPEND(queries, m->dns_queries, q); in dns_query_new()
Dresolved-dns-stub.c859 q = set_first(s->queries); in dns_stub_stream_complete()
986 r = set_ensure_put(&s->queries, NULL, q); in dns_stub_process_query()
Dresolved-dns-stream.c47 set_size(s->queries) < DNS_QUERIES_PER_STREAM) in dns_stream_update_io()
/systemd-251/docs/
DUSER_GROUP_API.md66 queries on behalf of the client, drastically simplifying client
71 defined in which queries are issued to the various services. Instead, all
72 queries are always enqueued in parallel to all defined services, in order to
101 2. `io.systemd.Multiplexer` → This service multiplexes client queries to all