Home
last modified time | relevance | path

Searched refs:QUERY_ALL (Results 1 – 6 of 6) sorted by relevance

/third_party/eudev/src/udev/
Dudevadm-info.c321 QUERY_ALL, in uinfo() enumerator
322 } query = QUERY_ALL; in uinfo()
362 query = QUERY_ALL; in uinfo()
462 case QUERY_ALL: in uinfo()
/third_party/mesa3d/src/freedreno/decode/
Dcffdec.h31 QUERY_ALL = 0, enumerator
Dcffdump.c126 { "query-all", no_argument, &options.query_mode, QUERY_ALL },
Dcffdec.c989 case QUERY_ALL: in skip_query()
/third_party/libsoup/libsoup/
Dsoup-cookie-jar-db.c136 #define QUERY_ALL "SELECT id, name, value, host, path, expiry, lastAccessed, isSecure, isHttpOnly, … macro
272 exec_query_with_try_create_table (priv->db, QUERY_ALL, callback, jar); in load()
Dsoup-hsts-enforcer-db.c129 #define QUERY_ALL "SELECT id, host, max_age, expiry, include_subdomains FROM soup_hsts_policies;" macro
249 exec_query_with_try_create_table (priv->db, QUERY_ALL, query_all_callback, hsts_enforcer); in load()