Home
last modified time | relevance | path

Searched defs:slp_attr (Results 1 – 5 of 5) sorted by relevance

/dports/net/openslp/openslp-2.0.0/libslpattr/
H A Dlibslpattr.c801 struct xx_SLPAttributes ** slp_attr; in SLPAttrAlloc() local
862 struct xx_SLPAttributes * slp_attr; in SLPAttrFree() local
887 static void attr_add(struct xx_SLPAttributes * slp_attr, var_t * var) in attr_add()
900 var_t * attr_val_find_str(struct xx_SLPAttributes * slp_attr, in attr_val_find_str()
926 static SLPError attr_type_verify(struct xx_SLPAttributes * slp_attr, in attr_type_verify()
998 struct xx_SLPAttributes * slp_attr = (struct xx_SLPAttributes *) attr_h; in SLPAttrSet_bool() local
1033 struct xx_SLPAttributes * slp_attr = (struct xx_SLPAttributes *) attr_h; in SLPAttrSet_str() local
1678 static int var_iter(struct xx_SLPAttributes * slp_attr, char ** tag_cur, in var_iter()
2124 static SLPError attr_destringify(struct xx_SLPAttributes * slp_attr, in attr_destringify()
2319 struct xx_SLPAttributes * slp_attr = (struct xx_SLPAttributes *) in SLPAttrFreshen() local
[all …]
H A Dlibslpattr_tiny.c63 struct xx_TinyAttr ** slp_attr; in SLPAttrAlloc() local
82 struct xx_TinyAttr * slp_attr = (struct xx_TinyAttr *) attr_h; in SLPAttrFree() local
97 struct xx_TinyAttr * slp_attr = (struct xx_TinyAttr *) attr_h; in SLPAttrFreshen() local
122 struct xx_TinyAttr * slp_attr = (struct xx_TinyAttr *) attr_h; in SLPAttrSerialize() local
161 const SLPBoolean strict, SLPAttributes * slp_attr, const char * str) in SLPAttrAllocStr()
/dports/net/openslp/openslp-2.0.0/slpd/
H A Dslpd_predicate.c540 static FilterResult int_op(SLPAttributes slp_attr, char * tag, in int_op()
634 static FilterResult keyw_op(SLPAttributes slp_attr, char * tag, char * rhs, in keyw_op()
664 static FilterResult bool_op(SLPAttributes slp_attr, char * tag, in bool_op()
715 static FilterResult str_op(SLPAttributes slp_attr, char * tag, in str_op()
792 /* static */ FilterResult opaque_op(SLPAttributes slp_attr, char * tag, in opaque_op()
979 SLPAttributes slp_attr, int recursion_depth) in filterv1()
1192 SLPAttributes slp_attr, int recursion_depth) in filter()
1897 SLPAttributes slp_attr) in treeFilter()
2106 SLPAttributes slp_attr) in SLPDPredicateTestTree()
H A Dslpd_database.c233 SLPAttributes slp_attr = (SLPAttributes)entry->handles[HANDLE_ATTRS]; in SLPDDatabaseRemove() local
/dports/net/openslp/openslp-2.0.0/test/SLPD_predicate_test/
H A Dslpd_predicate_test.c148 SLPAttributes slp_attr; in test_predicate() local