Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A Dcomponentlib.c1426 ComponentReal *a, *b; in MatchingComponentReal()
1433 a = (ComponentReal*)csi_attr; in MatchingComponentReal()
1434 b = (ComponentReal*)csi_assert; in MatchingComponentReal()
1444 GEncComponentReal ( GenBuf *b, ComponentReal *in ) in GEncComponentReal()
1462 ComponentReal* k, **k2; in GDecComponentReal()
1465 k = (ComponentReal*) v; in GDecComponentReal()
1468 k2 = (ComponentReal**) v; in GDecComponentReal()
1469 *k2 = (ComponentReal*) CompAlloc( mem_op, sizeof( ComponentReal ) ); in GDecComponentReal()
1498 ComponentReal* k, **k2; in BDecComponentReal()
1501 k = (ComponentReal*) v; in BDecComponentReal()
[all …]
H A Dcomponentlib.h277 typedef struct ComponentReal{ struct
283 } ComponentReal; argument
285 int GEncComponentReal (GenBuf *b, ComponentReal* comp_real);