Searched refs:numMethods (Results 1 – 8 of 8) sorted by relevance
258 UInt32 numMethods = 1; in LoadCodecs() local262 RINOK(getNumberOfMethods(&numMethods)); in LoadCodecs()264 for (UInt32 i = 0; i < numMethods; i++) in LoadCodecs()281 UInt32 numMethods = lib.ComHashers->GetNumHashers(); in LoadCodecs() local282 for (UInt32 i = 0; i < numMethods; i++) in LoadCodecs()818 STDMETHODIMP CCodecs::GetNumMethods(UInt32 *numMethods) in GetNumMethods() argument820 *numMethods = NUM_EXPORT_CODECS in GetNumMethods()
325 STDMETHOD(GetNumMethods)(UInt32 *numMethods);
324 unsigned numMethods = _bindInfo.Coders.Size(); in Encode() local344 for (i = 0; i < numMethods; i++) in Encode()371 for (i = 0; i < numMethods; i++) in Encode()396 CByteBuffer &props = folderItem.Coders[numMethods - 1 - i].Props; in Encode()
82 int numMethods) { in jniRegisterNativeMethods() argument83 CONSCRYPT_LOG_VERBOSE("Registering %s's %d native methods...", className, numMethods); in jniRegisterNativeMethods()93 if (env->RegisterNatives(c.get(), gMethods, numMethods) < 0) { in jniRegisterNativeMethods()
307 STDMETHOD(GetNumMethods)(UInt32 *numMethods) PURE;389 typedef HRESULT (WINAPI *Func_GetNumberOfMethods)(UInt32 *numMethods);
747 UInt32 numMethods; in Main2() local748 if (codecs->GetNumMethods(&numMethods) == S_OK) in Main2()749 for (UInt32 j = 0; j < numMethods; j++) in Main2()788 numMethods = codecs->GetNumHashers(); in Main2()789 for (UInt32 j = 0; j < numMethods; j++) in Main2()
451 int numMethods = numMethodsRemoved + numMethodsAdded + numMethodsChanged; in emitNumbersByElement() local452 h_.writeText(" <TD ALIGN=\"right\">" + numMethods + "</TD>"); in emitNumbersByElement()
126 int numMethods);