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

/macosx-10.10/IOFWDVComponents-207.4.1/MacOS9Src/
H A DDVFamilyLib.c426 DVNotificationEntryPtr pEntry; local
437 pEntry = (DVNotificationEntryPtr)
439 if ( pEntry == nil )
449 pEntry->deviceID = deviceID;
450 pEntry->wantedEvents = nil;
451 pEntry->notifyProc = notifyProc;
452 pEntry->userRefCon = userData;
454 *pNotifyID = (DVCNotificationID) pEntry; // notification id
457 error = PBEnqueueLast( (QElemPtr) pEntry, gpFamilyGlobals->notificationQueue );
471 DVNotificationEntryPtr pEntry; local
507 DVNotificationEntryPtr pEntry; local
543 DVNotificationEntryPtr pEntry; local
1012 DVNotificationEntryPtr pEntry; local
[all...]
/macosx-10.10/apr-32/apr-util/apr-util/hooks/
H A Dapr_hooks.c234 HookSortEntry *pEntry; local
238 pEntry=apr_array_push(s_aHooksToSort);
239 pEntry->szHookName=szHookName;
240 pEntry->paHooks=paHooks;
255 HookSortEntry *pEntry=&((HookSortEntry *)s_aHooksToSort->elts)[n]; local
256 *pEntry->paHooks=sort_hook(*pEntry->paHooks,pEntry->szHookName);
277 HookSortEntry *pEntry=&((HookSortEntry *)s_aHooksToSort->elts)[n]; local
278 *pEntry
[all...]
/macosx-10.10/vim-55/src/VisVim/
H A DVisVim.cpp96 _ATL_OBJMAP_ENTRY *pEntry = _Module.m_pObjMap;
105 StringFromCLSID (*pEntry->pclsid, &lpOleStr);
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c21863 /* Link pNew element into the hash table pH. If pEntry!=0 then also
21864 ** insert pNew into the pEntry hash bucket.
21868 struct _ht *pEntry, /* The entry into which pNew is inserted */
21871 HashElem *pHead; /* First element already in pEntry */
21872 if( pEntry ){
21873 pHead = pEntry->count ? pEntry->chain : 0;
21874 pEntry->count++;
21875 pEntry->chain = pNew;
21946 struct _ht *pEntry local
21866 insertElement( Hash *pH, struct _ht *pEntry, HashElem *pNew ) argument
21970 struct _ht *pEntry; local
37092 struct RowSetEntry *pEntry; /* List of entries using pRight */ member in struct:RowSet
37155 struct RowSetEntry *pEntry; /* The new entry */ local
37230 struct RowSetEntry *pEntry; local
120669 fts3HashInsertElement( Fts3Hash *pH, struct _fts3ht *pEntry, Fts3HashElem *pNew ) argument
120734 struct _fts3ht *pEntry = &pH->ht[h]; local
120756 struct _fts3ht *pEntry; local
[all...]

Completed in 429 milliseconds