Searched defs:skip (Results 1 – 3 of 3) sorted by last modified time
/unit/src/ | ||
H A D | nxt_http_parse.h | 89 uint8_t skip:1; member |
H A D | nxt_unit_field.h | 24 uint8_t skip:1; member |
/unit/src/java/nginx/unit/ | ||
H A D | InputStream.java | 77 public long skip(long n) throws IOException { in skip() method in InputStream |