Home
last modified time | relevance | path

Searched refs:dst_found (Results 1 – 3 of 3) sorted by relevance

/third_party/libcoap/src/
Dcoap_io.c940 int dst_found = 0; local
959 dst_found = 1;
982 dst_found = 1;
990 dst_found = 1;
994 if (!dst_found) {
1004 if (!dst_found) {
/third_party/python/Lib/zoneinfo/
D_zoneinfo.py311 dst_found = 0
314 if dst_cnt == dst_found:
349 dst_found += 1
/third_party/python/Modules/
D_zoneinfo.c1978 size_t dst_found = 0; in utcoff_to_dstoff() local
1984 if (dst_count == dst_found) { in utcoff_to_dstoff()
2017 dst_found++; in utcoff_to_dstoff()
2022 if (dst_found < dst_count) { in utcoff_to_dstoff()