Home
last modified time | relevance | path

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

/third_party/musl/src/network/
Ddn_comp.c59 int i, j, n, m=0, offset, bestlen=0, bestoff; in dn_comp() local
79 bestoff = offset; in dn_comp()
93 dst[i++] = 0xc0 | bestoff>>8; in dn_comp()
94 dst[i++] = bestoff; in dn_comp()