HomeSort by: relevance | last modified time | path
    Searched defs:ComponentAny (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
componentlib.h 409 typedef struct ComponentAny{
416 } ComponentAny;
418 typedef ComponentAny ComponentAnyDefinedBy;
425 int GEncComponentAny (GenBuf *b, ComponentAny *comp_any);
426 int BDecComponentAny ( void* mem_op, GenBuf *b, ComponentAny *result, AsnLen *bytesDecoded, int mode);
427 int GDecComponentAny ( void* mem_op, GenBuf *b, ComponentAny *result, AsnLen *bytesDecoded, int mode);
428 int MatchingComponentAny (char* oid, ComponentAny *a, ComponentAny *b);
429 void FreeComponentAny ( ComponentAny*);

Completed in 17 milliseconds