/third_party/ffmpeg/libavfilter/ |
D | af_silenceremove.c | 39 T_ANY, enumerator 111 …from start", OFFSET(start_mode), AV_OPT_TYPE_INT, {.i64=T_ANY}, T_ANY, T_ALL, AF, "m… 112 … 0, AV_OPT_TYPE_CONST, {.i64=T_ANY}, 0, 0, AF… 118 …from end", OFFSET(stop_mode), AV_OPT_TYPE_INT, {.i64=T_ANY}, T_ANY, T_ALL, AF, "m… 343 if (s->start_mode == T_ANY) { in filter_frame() 458 if (s->stop_mode == T_ANY) { in filter_frame()
|
/third_party/node/deps/cares/include/ |
D | ares_nameser.h | 470 #ifndef T_ANY 471 # define T_ANY 255 /* ns_t_any */ macro
|
/third_party/musl/libc-test/src/functionalext/supplement/network/ |
D | res_query.c | 74 int result = res_query(dname, class, T_ANY + 1, NULL, 0); in res_query_0200()
|
D | res_querydomain.c | 74 int result = res_querydomain(name, domain, class, T_ANY + 1, NULL, 0); in res_querydomain_0200()
|
D | res_mkquery.c | 62 int result = res_mkquery(op, dname, class, T_ANY + 1, data, 0, NULL, NULL, 0); in res_mkquery_0200()
|
/third_party/FreeBSD/sys/cam/scsi/ |
D | scsi_all.h | 129 #define T_ANY 0xff /* Used in Quirk table matches */ macro
|
/third_party/boost/libs/wave/samples/list_includes/lexertl/ |
D | lexertl_lexer.hpp | 377 TOKEN_DATA(T_ANY, "{ANY}"), 532 if (T_ANY == id) { in next_token()
|
/third_party/boost/boost/wave/cpplexer/re2clex/ |
D | cpp_re2c_lexer.hpp | 236 case T_ANY: in get()
|
/third_party/musl/ndk_musl_include/arpa/ |
D | nameser.h | 438 #define T_ANY ns_t_any macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/ |
D | nameser.h | 438 #define T_ANY ns_t_any macro
|
/third_party/musl/include/arpa/ |
D | nameser.h | 438 #define T_ANY ns_t_any macro
|
/third_party/musl/porting/liteos_m/kernel/include/arpa/ |
D | nameser.h | 438 #define T_ANY ns_t_any macro
|
/third_party/musl/porting/uniproton/kernel/include/arpa/ |
D | nameser.h | 438 #define T_ANY ns_t_any macro
|
/third_party/boost/boost/wave/ |
D | token_ids.hpp | 256 T_ANY = TOKEN_FROM_ID(397, UnknownTokenType), enumerator
|
/third_party/boost/libs/wave/samples/token_statistics/xlex/ |
D | xlex_lexer.hpp | 373 TOKEN_DATA(T_ANY, "."),
|
/third_party/node/deps/cares/src/tools/ |
D | adig.c | 125 { "ANY", T_ANY }
|
/third_party/node/deps/cares/ |
D | CHANGES | 827 - travis: CloudFlare does not allow T_ANY requests, so live tests that use it fail. Disable. 969 …ESP if it doesn't find a SOA record regardless of which response it is parsing i.e. T_SOA or T_ANY. 971 Note that asking for T_ANY is generally a bad idea:
|