HomeSort by: relevance | last modified time | path
    Searched refs:ComponentName (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
authorityKeyIdentifier.h 222 } ComponentName;
227 void* ExtractingComponentName PROTO (( void* mem_op, ComponentReference *cr, ComponentName *comp ));
230 int BDecComponentName PROTO ((void* mem_op, GenBuf * b, AsnTag tagId0, AsnLen elmtLen0, ComponentName **v, AsnLen *bytesDecoded, int mode));
233 int GDecComponentName PROTO (( void* mem_op, GenBuf * b, ComponentName **v, AsnLen *bytesDecoded, int mode));
261 ComponentName* directoryName; /* [4] Name */
certificate.h 303 } ComponentName;
308 void* ExtractingComponentName PROTO (( void* mem_op, ComponentReference *cr, ComponentName *comp ));
311 int BDecComponentName PROTO ((void* mem_op, GenBuf * b, AsnTag tagId0, AsnLen elmtLen0, ComponentName **v, AsnLen *bytesDecoded, int mode));
314 int GDecComponentName PROTO (( void* mem_op, GenBuf * b, ComponentName **v, AsnLen *bytesDecoded, int mode));
327 ComponentName* issuer; /* Name */
329 ComponentName* subject; /* Name */
crl.h 263 } ComponentName;
268 void* ExtractingComponentName PROTO (( void* mem_op, ComponentReference *cr, ComponentName *comp ));
271 int BDecComponentName PROTO ((void* mem_op, GenBuf * b, AsnTag tagId0, AsnLen elmtLen0, ComponentName **v, AsnLen *bytesDecoded, int mode));
274 int GDecComponentName PROTO (( void* mem_op, GenBuf * b, ComponentName **v, AsnLen *bytesDecoded, int mode));
286 ComponentName* issuer; /* Name */
certificate.c 2184 ComponentName *v1, *v2;
2187 v1 = (ComponentName*)csi_attr;
2188 v2 = (ComponentName*)csi_assert;
2208 ExtractingComponentName ( void* mem_op, ComponentReference* cr, ComponentName *comp )
2231 ComponentName **v _AND_
2242 ComponentName *k, *t, c_temp;
2268 *v = t = (ComponentName*) CompAlloc( mem_op, sizeof(ComponentName) );
2293 ComponentName **v _AND_
2299 ComponentName *k,*t, c_temp
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 465 const char *ComponentName);
1041 unsigned *Component, const char *ComponentName) {
1045 return TokError(Twine("invalid ") + ComponentName +
1049 return TokError(Twine("invalid ") + ComponentName + " version number");
  /src/external/apache2/llvm/dist/clang/utils/TableGen/
ClangDiagnosticsEmitter.cpp 1220 std::string ComponentName = StringRef(Component).upper();
1221 OS << "#ifdef " << ComponentName << "START\n";
1222 OS << "__" << ComponentName << "START = DIAG_START_" << ComponentName
1224 OS << "#undef " << ComponentName << "START\n";

Completed in 58 milliseconds