Searched refs:QUERY_ALL (Results 1 – 6 of 6) sorted by relevance
/third_party/eudev/src/udev/ |
D | udevadm-info.c | 321 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/ |
D | cffdec.h | 31 QUERY_ALL = 0, enumerator
|
D | cffdump.c | 126 { "query-all", no_argument, &options.query_mode, QUERY_ALL },
|
D | cffdec.c | 989 case QUERY_ALL: in skip_query()
|
/third_party/libsoup/libsoup/ |
D | soup-cookie-jar-db.c | 136 #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()
|
D | soup-hsts-enforcer-db.c | 129 #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()
|