Home
last modified time | relevance | path

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

/dports/net-mgmt/py-pyang/pyang-1.7.8/pyang/
H A Dsyntax.py44 path_key_expr = r"(current\s*\(\s*\)/" + rel_path_keyexpr + ")" variable
45 path_equality_expr = node_id + r"\s*=\s*" + path_key_expr
/dports/net/libyang/libyang-1.0.240/src/
H A Dresolve.c386 const char **path_key_expr, int *pke_len, int *has_predicate) in parse_path_predicate() argument
404 if (path_key_expr) { in parse_path_predicate()
405 *path_key_expr = NULL; in parse_path_predicate()
461 if (path_key_expr) { in parse_path_predicate()
462 *path_key_expr = id; in parse_path_predicate()
3925 const char *path_key_expr, *source, *sour_pref, *dest, *dest_pref; in resolve_schema_leafref_predicate() local
3955 if ((i = parse_path_key_expr(path_key_expr, &dest_pref, &dest_pref_len, &dest, &dest_len, in resolve_schema_leafref_predicate()
3957 LOGVAL(ctx, LYE_INCHAR, LY_VLOG_LYS, parent, path_key_expr[-i], path_key_expr-i); in resolve_schema_leafref_predicate()
3965 LOGVAL(ctx, LYE_NORESOLV, LY_VLOG_LYS, parent, "leafref predicate", path_key_expr); in resolve_schema_leafref_predicate()
4006 LOGVAL(ctx, LYE_NORESOLV, LY_VLOG_LYS, parent, "leafref predicate", path_key_expr); in resolve_schema_leafref_predicate()
[all …]
H A Dyang.y.in4001 path_equality_expr: node_identifier whitespace_opt '=' whitespace_opt path_key_expr
4003 path_key_expr: current_function_invocation whitespace_opt '/' whitespace_opt