Home
last modified time | relevance | path

Searched refs:DohEqual (Results 1 – 2 of 2) sorted by relevance

/dports/devel/swig/swig-4.0.2/Source/DOH/
H A Ddoh.h50 #define DohEqual DOH_NAMESPACE(Equal) macro
190 extern int DohEqual(const DOH *obj1, const DOH *obj2);
369 #define Equal DohEqual
H A Dbase.c231 int DohEqual(const DOH *obj1, const DOH *obj2) { in DohEqual() function
375 return DohEqual(attr,value); in DohCheckattr()