Lines Matching defs:epp
697 * by "**cpp" of multiline text data up to the pointer "**epp", the
701 * "**cpp" will point to the next line, "**epp" will point to the first
703 * **hpp == **epp), and "*hash" will be updated.
708 * If no EOL is found NULL is returned, "**epp" is set to NULL, no further
717 ttree_line_parse(ttree_t *t, char **cpp, char **epp, char **hpp, uint32_t *hash)
722 char *ep = *epp;
815 *epp = cp;
818 *epp = cp;
836 *epp = NULL;
852 *epp = NULL;