Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dprinter_json.c42 ly_write(out, "\"", 1); in json_print_string()
57 ly_write(out, &text[i], 1); in json_print_string()
62 ly_write(out, "\"", 1); in json_print_string()
233 ly_write(out, "\"\"", 2); in json_print_leaf()
H A Dprinter.h75 int ly_write(struct lyout *out, const char *buf, size_t count);
H A Dprinter_lyb.c330 r = ly_write(out, (char *)buf, to_write); in lyb_write()
633 return ly_write(out, (char *)&magic_number, 3); in lyb_print_magic_number()
643 ret += ly_write(out, (char *)&byte, sizeof byte); in lyb_print_header()
H A Dprinter.c153 ly_write(struct lyout *out, const char *buf, size_t count) in ly_write() function
274 count = ly_write(out, out->buffered, out->buf_len); in ly_write_skipped()
H A Dprinter_yang.c65 ly_write(out, start, start_len); in yang_encode()
68 ly_write(out, "\\n", 2); in yang_encode()
71 ly_write(out, "\\t", 2); in yang_encode()
74 ly_write(out, "\\\"", 2); in yang_encode()
77 ly_write(out, "\\\\", 2); in yang_encode()
88 ly_write(out, start, start_len); in yang_encode()
H A Dxml.c1407 ly_write(out, &text[i], 1); in lyxml_dump_text()