HomeSort by relevance Sort by last modified time
    Searched refs:dwRet (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/npapi/npspy/common/
utils.cpp 103 DWORD dwRet;
104 WriteFile((HANDLE)hFile, pBuf, iSize, &dwRet, NULL);
105 return dwRet;
logger.cpp 337 void Logger::logReturn(NPAPI_Action action, DWORD dwRet)
343 sprintf(msg, "---Return: %d\r\n", dwRet);
  /external/chromium_org/third_party/npapi/npspy/include/
logger.h 99 void logReturn(NPAPI_Action action, DWORD dwRet = 0L);
  /external/chromium_org/third_party/sqlite/src/src/
os_win.c 639 DWORD dwRet; /* Value returned by SetFilePointer() */
651 dwRet = SetFilePointer(pFile->h, lowerBits, &upperBits, FILE_BEGIN);
652 if( (dwRet==INVALID_SET_FILE_POINTER && GetLastError()!=NO_ERROR) ){
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 53 milliseconds