Searched refs:ulCount (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dsoftp11.c1251 CK_ULONG ulCount)
1271 for (i = 0; i < ulCount; i++) {
1300 CK_ULONG ulCount)
1314 if (ulCount) {
1317 print_attributes(pTemplate, ulCount);
1320 calloc(1, ulCount * sizeof(state->find.attributes[0]));
1323 for (i = 0; i < ulCount; i++) {
1335 state->find.num_attributes = ulCount;
1248 C_GetAttributeValue(CK_SESSION_HANDLE hSession, CK_OBJECT_HANDLE hObject, CK_ATTRIBUTE_PTR pTemplate, CK_ULONG ulCount) argument
1298 C_FindObjectsInit(CK_SESSION_HANDLE hSession, CK_ATTRIBUTE_PTR pTemplate, CK_ULONG ulCount) argument
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c731 uint32_t ulCount; local
754 for (ulCount = 0; ulCount < 100; ulCount++) {
759 if (ulCount >= 100)
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c491 uint32_t ulCount;
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c17299 ULONG ulCount; local
17300 DosQueryMutexSem(p->mutex, &pid, &tid, &ulCount);
17301 assert( ulCount==0 );
17316 ULONG ulCount; local
17318 DosQueryMutexSem(p->mutex, &pid, &tid, &ulCount);
17319 if( ulCount==0 || ( ulCount>1 && p->id!=SQLITE_MUTEX_RECURSIVE ) )
17327 ULONG ulCount; local
17329 DosQueryMutexSem(p->mutex, &pid, &tid, &ulCount);
17330 if( ulCount
17338 ULONG ulCount; local
[all...]

Completed in 410 milliseconds