Searched refs:iType (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/slapi/
H A Dplugin.c635 int iType = -1; local
658 iType = SLAPI_PLUGIN_PREOPERATION;
660 iType = SLAPI_PLUGIN_POSTOPERATION;
662 iType = SLAPI_PLUGIN_EXTENDEDOP;
664 iType = SLAPI_PLUGIN_OBJECT;
673 if ( iType == SLAPI_PLUGIN_PREOPERATION ||
674 iType == SLAPI_PLUGIN_EXTENDEDOP ||
675 iType == SLAPI_PLUGIN_POSTOPERATION ||
676 iType == SLAPI_PLUGIN_OBJECT ) {
680 pPlugin = plugin_pblock_new( iType, numPluginArg
[all...]
/macosx-10.10/llvmCore-3425.0.34/include/llvm/
H A DInstrTypes.h37 TerminatorInst(Type *Ty, Instruction::TermOps iType, argument
40 : Instruction(Ty, iType, Ops, NumOps, InsertBefore) {}
42 TerminatorInst(Type *Ty, Instruction::TermOps iType, argument
44 : Instruction(Ty, iType, Ops, NumOps, InsertAtEnd) {}
94 UnaryInstruction(Type *Ty, unsigned iType, Value *V, argument
96 : Instruction(Ty, iType, &Op<0>(), 1, IB) {
99 UnaryInstruction(Type *Ty, unsigned iType, Value *V, BasicBlock *IAE) argument
100 : Instruction(Ty, iType, &Op<0>(), 1, IAE) {
143 void init(BinaryOps iType);
144 BinaryOperator(BinaryOps iType, Valu
394 CastInst(Type *Ty, unsigned iType, Value *S, const Twine &NameStr = �, Instruction *InsertBefore = 0) argument
400 CastInst(Type *Ty, unsigned iType, Value *S, const Twine &NameStr, BasicBlock *InsertAtEnd) argument
[all...]
H A DInstruction.h386 Instruction(Type *Ty, unsigned iType, Use *Ops, unsigned NumOps,
388 Instruction(Type *Ty, unsigned iType, Use *Ops, unsigned NumOps,
/macosx-10.10/llvmCore-3425.0.34/lib/VMCore/
H A DInstructions.cpp1725 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, argument
1728 : Instruction(Ty, iType,
1734 init(iType);
1738 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, argument
1741 : Instruction(Ty, iType,
1747 init(iType);
1752 void BinaryOperator::init(BinaryOps iType) { argument
1758 switch (iType) {
/macosx-10.10/WebCore-7600.1.25/platform/graphics/win/
H A DFontCacheWin.cpp78 if (record->iType == EMR_EXTCREATEFONTINDIRECTW) {
/macosx-10.10/tidy-15.15/tidy/src/
H A Daccess.c189 static Bool IsImage( ctmbstr iType )
195 GetFileExtension( iType, ext, sizeof(ext) );
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c17227 static sqlite3_mutex *os2MutexAlloc(int iType){ argument
17229 switch( iType ){
17234 p->id = iType;
17280 assert( iType-2 >= 0 );
17281 assert( iType-2 < sizeof(staticMutexes)/sizeof(staticMutexes[0]) );
17282 p = &staticMutexes[iType-2];
17283 p->id = iType;
17539 static sqlite3_mutex *pthreadMutexAlloc(int iType){ argument
17549 switch( iType ){
17566 p->id = iType;
17949 winMutexAlloc(int iType) argument
62367 int iType = sqlite3_value_type( columnMem(pStmt,i) ); local
[all...]

Completed in 528 milliseconds