Home
last modified time | relevance | path

Searched refs:ARES_BUF_SPLIT_DONT_CONSUME_DELIMS (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/cares/src/lib/
H A Dares__buf.h419 ARES_BUF_SPLIT_DONT_CONSUME_DELIMS = 1 << 0, enumerator
421 * ARES_BUF_SPLIT_DONT_CONSUME_DELIMS, the delimiter is not counted as part
H A Dares__buf.c852 if (!first && len && flags & ARES_BUF_SPLIT_DONT_CONSUME_DELIMS) { in ares__buf_split()
883 if (!(flags & ARES_BUF_SPLIT_DONT_CONSUME_DELIMS) && in ares__buf_split()

Completed in 3 milliseconds