Searched refs:T_ANY (Results 1 - 11 of 11) sorted by relevance
| /third_party/cares/include/ |
| H A D | ares_nameser.h | 470 #ifndef T_ANY 471 # define T_ANY 255 /* ns_t_any */ macro
|
| /third_party/node/deps/cares/include/ |
| H A D | ares_nameser.h | 496 #ifndef T_ANY 497 # define T_ANY 255 /* ns_t_any */ macro
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | af_silenceremove.c | 41 T_ANY, enumerator 118 { "start_mode", "set which channel will trigger trimming from start", OFFSET(start_mode), AV_OPT_TYPE_INT, {.i64=T_ANY}, T_ANY, T_ALL, AF, "mode" }, 119 { "any", 0, 0, AV_OPT_TYPE_CONST, {.i64=T_ANY}, 0, 0, AF, "mode" }, 125 { "stop_mode", "set which channel will trigger trimming from end", OFFSET(stop_mode), AV_OPT_TYPE_INT, {.i64=T_ANY}, T_ANY, T_ALL, AF, "mode" }, 618 if (s->start_mode == T_ANY) { in filter_frame() 742 if (s->stop_mode == T_ANY) { in filter_frame()
|
| /third_party/musl/libc-test/src/functionalext/supplement/network/ |
| H A D | res_querydomain.c | 49 int result = res_querydomain(name, domain, class, T_ANY + 1, buf, sizeof(buf)); in res_querydomain_0200()
|
| H A D | res_query.c | 48 int result = res_query(dname, class, T_ANY + 1, buf, sizeof(buf)); in res_query_0200()
|
| H A 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/ |
| H A D | scsi_all.h | 131 #define T_ANY 0xff /* Used in Quirk table matches */ macro
|
| /third_party/musl/porting/liteos_m/kernel/include/arpa/ |
| H A D | nameser.h | 438 #define T_ANY ns_t_any macro
|
| /third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/ |
| H A D | nameser.h | 438 #define T_ANY ns_t_any macro
|
| /third_party/musl/porting/uniproton/kernel/include/arpa/ |
| H A D | nameser.h | 438 #define T_ANY ns_t_any macro
|
| /third_party/musl/include/arpa/ |
| H A D | nameser.h | 504 #define T_ANY ns_t_any macro
|
Completed in 11 milliseconds