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

  /src/sys/arch/sh3/include/
sh_opcode.h 68 } iType;
138 } iType;
sh_opcode.h 68 } iType;
138 } iType;
  /src/external/bsd/openldap/dist/contrib/slapd-modules/ppm/
ppm.h 93 valueType iType;
115 valueType iType;
ppm.h 93 valueType iType;
115 valueType iType;
  /src/external/bsd/openldap/dist/servers/slapd/slapi/
plugin.c 656 int iType = -1;
679 iType = SLAPI_PLUGIN_PREOPERATION;
681 iType = SLAPI_PLUGIN_POSTOPERATION;
683 iType = SLAPI_PLUGIN_EXTENDEDOP;
685 iType = SLAPI_PLUGIN_OBJECT;
695 if ( iType == SLAPI_PLUGIN_PREOPERATION ||
696 iType == SLAPI_PLUGIN_EXTENDEDOP ||
697 iType == SLAPI_PLUGIN_POSTOPERATION ||
698 iType == SLAPI_PLUGIN_OBJECT ) {
702 pPlugin = plugin_pblock_new( iType, numPluginArgc, c )
    [all...]
plugin.c 656 int iType = -1;
679 iType = SLAPI_PLUGIN_PREOPERATION;
681 iType = SLAPI_PLUGIN_POSTOPERATION;
683 iType = SLAPI_PLUGIN_EXTENDEDOP;
685 iType = SLAPI_PLUGIN_OBJECT;
695 if ( iType == SLAPI_PLUGIN_PREOPERATION ||
696 iType == SLAPI_PLUGIN_EXTENDEDOP ||
697 iType == SLAPI_PLUGIN_POSTOPERATION ||
698 iType == SLAPI_PLUGIN_OBJECT ) {
702 pPlugin = plugin_pblock_new( iType, numPluginArgc, c )
    [all...]
  /src/external/public-domain/sqlite/dist/
shell.c 20386 sqlite3_int64 iType;
20393 pCsr->pHdrPtr += dbdataGetVarintU32(pCsr->pHdrPtr, &iType);
20394 szField = dbdataValueBytes(iType);
20608 sqlite3_int64 iType;
20609 dbdataGetVarintU32(pCsr->pHdrPtr, &iType);
20611 ctx, pCsr->enc, iType, pCsr->pPtr,
    [all...]
shell.c 20386 sqlite3_int64 iType;
20393 pCsr->pHdrPtr += dbdataGetVarintU32(pCsr->pHdrPtr, &iType);
20394 szField = dbdataValueBytes(iType);
20608 sqlite3_int64 iType;
20609 dbdataGetVarintU32(pCsr->pHdrPtr, &iType);
20611 ctx, pCsr->enc, iType, pCsr->pPtr,
    [all...]
sqlite3.c     [all...]
sqlite3.c     [all...]

Completed in 328 milliseconds