Lines Matching defs:curp
260 choose_parser(struct mparse *curp) in choose_parser()
321 mparse_buf_r(struct mparse *curp, struct buf blk, size_t i, int start) in mparse_buf_r()
618 read_whole_file(struct mparse *curp, const char *file, int fd, in read_whole_file()
687 mparse_end(struct mparse *curp) in mparse_end()
711 mparse_parse_buffer(struct mparse *curp, struct buf blk, const char *file) in mparse_parse_buffer()
751 mparse_readmem(struct mparse *curp, void *buf, size_t len, in mparse_readmem()
768 mparse_readfd(struct mparse *curp, int fd, const char *file) in mparse_readfd()
796 mparse_open(struct mparse *curp, int *fd, const char *file) in mparse_open()
860 mparse_wait(struct mparse *curp) in mparse_wait()
889 struct mparse *curp; in mparse_alloc() local
913 mparse_reset(struct mparse *curp) in mparse_reset()
934 mparse_free(struct mparse *curp) in mparse_free()
952 mparse_result(struct mparse *curp, in mparse_result()