Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dparser_lyb.c33 int ret = 0, i, empty_chunk_i; in lyb_read() local
42 empty_chunk_i = -1; in lyb_read()
49 empty_chunk_i = i; in lyb_read()
53 if ((empty_chunk_i == -1) && !count) { in lyb_read()
77 if (empty_chunk_i > -1) { in lyb_read()
80 lybs->written[empty_chunk_i] = meta_buf[0]; in lyb_read()
81 lybs->inner_chunks[empty_chunk_i] = meta_buf[1]; in lyb_read()
84 lybs->position[empty_chunk_i] = (lybs->written[empty_chunk_i] == LYB_SIZE_MAX ? 1 : 0); in lyb_read()