Lines Matching full:parsed
21 * new_parsed_policy() - Allocate and initialize a parsed policy.
84 * @ver: Supplies a version string to be parsed.
85 * @p: Supplies the partial parsed policy.
133 * @line: Supplies header line to be parsed.
134 * @p: Supplies the partial parsed policy.
245 * @t: Supplies the token string to be parsed.
247 * Return: The parsed operation type.
264 * @t: Supplies the token string to be parsed.
266 * Return: The parsed action type.
289 * @t: Supplies the token string to be parsed.
290 * @r: Supplies the ipe_rule the parsed property will be associated with.
298 * * %-EBADMSG - The supplied token cannot be parsed
354 * @line: Supplies rule line to be parsed.
355 * @p: Supplies the partial parsed policy.
446 * ipe_free_parsed_policy() - free a parsed policy structure.
447 * @p: Supplies the parsed policy.
468 * validate_policy() - validate a parsed policy.
469 * @p: Supplies the fully parsed policy.
471 * Given a policy structure that was just parsed, validate that all
551 p->parsed = pp; in ipe_parse_policy()