Searched refs:queries (Results 1 – 13 of 13) sorted by relevance
/systemd-251/.github/ |
D | codeql-config.yml | 6 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/
|
D | codeql-custom.qls | 5 # 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/ |
D | sd-resolve.c | 74 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/ |
D | qlpack.yml | 6 name: systemd/cpp-queries
|
/systemd-251/test/ |
D | README.testsuite | 241 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.yml | 6 queries:
|
D | NEWS | 10231 * 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/ |
D | resolved-dns-stream.h | 88 Set *queries; /* when used by the DNS stub logic */ member
|
D | resolved-dns-query.h | 112 LIST_FIELDS(DnsQuery, queries);
|
D | resolved-dns-query.c | 424 (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()
|
D | resolved-dns-stub.c | 859 q = set_first(s->queries); in dns_stub_stream_complete() 986 r = set_ensure_put(&s->queries, NULL, q); in dns_stub_process_query()
|
D | resolved-dns-stream.c | 47 set_size(s->queries) < DNS_QUERIES_PER_STREAM) in dns_stream_update_io()
|
/systemd-251/docs/ |
D | USER_GROUP_API.md | 66 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
|