Home
last modified time | relevance | path

Searched defs:IS_TRAILING_BYTE (Results 1 - 1 of 1) sorted by relevance

/third_party/curl/src/
H A Dtool_cb_wrt.c230 #define IS_TRAILING_BYTE(x) (0x80 <= (x) && (x) < 0xC0) in tool_write_cb() macro

Completed in 2 milliseconds