Home
last modified time | relevance | path

Searched refs:pLoc (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/wpa/src/drivers/
H A Dndis_events.c29 IWbemLocator *pLoc; member
85 IWbemLocator *pLoc, LPCWSTR strNetworkResource, LPCWSTR strUser, in call_IWbemLocator_ConnectServer() argument
98 hr = IWbemLocator_ConnectServer(pLoc, bsNetworkResource, bsUser, in call_IWbemLocator_ConnectServer()
147 IWbemLocator_Release(events->pLoc); in ndis_events_destructor()
507 events->pLoc, L"ROOT\\CIMV2", NULL, NULL, 0, 0, 0, 0, &pSvc); in ndis_events_get_adapter()
751 (LPVOID *) (void *) &events->pLoc); in ndis_events_init()
769 events->pLoc, L"ROOT\\WMI", NULL, NULL, in ndis_events_init()
/freebsd/stand/ficl/
H A Dwords.c525 FICL_DICT *pLoc = ficlGetLoc(pVM->pSys); in semicolonCoIm() local
526 dictEmpty(pLoc, pLoc->pForthWords->size); in semicolonCoIm()
2814 FICL_DICT *pLoc = ficlGetLoc(pVM->pSys); in doesCoIm() local
2815 dictEmpty(pLoc, pLoc->pForthWords->size); in doesCoIm()
4130 FICL_DICT *pLoc = ficlGetLoc(pVM->pSys); in toValue() local
4131 pFW = dictLookup(pLoc, si); in toValue()
4317 FICL_DICT *pLoc = ficlGetLoc(pVM->pSys); in localParen() local
4323 dictAppendWord2(pLoc, si, doLocalIm, FW_COMPIMMED); in localParen()
4324 dictAppendCell(pLoc, LVALUEtoCELL(pVM->pSys->nLocals)); in localParen()
4402 FICL_DICT *pLoc = ficlGetLoc(pVM->pSys); in twoLocalParen() local
[all …]
/freebsd/contrib/sqlite3/
H A Dsqlite3.c66073 WalHashLoc *pLoc /* OUT: Hash table location */
66077 rc = walIndexPage(pWal, iHash, &pLoc->aPgno);
66080 if( pLoc->aPgno ){
66081 pLoc->aHash = (volatile ht_slot *)&pLoc->aPgno[HASHTABLE_NPAGE];
66083 pLoc->aPgno = &pLoc->aPgno[WALINDEX_HDR_SIZE/sizeof(u32)];
66084 pLoc->iZero = 0;
66086 pLoc->iZero = HASHTABLE_NPAGE_ONE + (iHash-1)*HASHTABLE_NPAGE;