Home
last modified time | relevance | path

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

/third_party/python/Lib/zoneinfo/
H A D_zoneinfo.py311 dst_found = 0
314 if dst_cnt == dst_found:
349 dst_found += 1
/third_party/libcoap/src/
H A Dcoap_io.c1197 int dst_found = 0; local
1217 dst_found = 1;
1245 dst_found = 1;
1254 dst_found = 1;
1259 if (!dst_found) {
1268 if (!dst_found) {
/third_party/python/Modules/
H A D_zoneinfo.c1982 size_t dst_found = 0; in utcoff_to_dstoff() local
1988 if (dst_count == dst_found) { in utcoff_to_dstoff()
2021 dst_found++; in utcoff_to_dstoff()
2026 if (dst_found < dst_count) { in utcoff_to_dstoff()

Completed in 7 milliseconds