Home
last modified time | relevance | path

Searched defs:ppData (Results 1 – 2 of 2) sorted by relevance

/external/zlib/src/contrib/delphi/
DZLib.pas19 TAlloc = function (AppData: Pointer; Items, Size: Integer): Pointer; cdecl; in ppData() function
20 TFree = procedure (AppData, Block: Pointer); cdecl; procedure
/external/libnfc-nci/halimpl/pn54x/utils/
DphNxpNciHal_utils.c206 int listGetAndRemoveNext(struct listHead* pList, void** ppData) in listGetAndRemoveNext()