Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/cpan/Win32API-File/
DFile.xs630 WriteFile( hFile, pBuffer, lBytes, ouBytesWritten, pOverlapped )
632 BYTE * pBuffer
644 RETVAL= WriteFile( hFile, pBuffer, lBytes,
/openbsd/src/gnu/usr.bin/perl/os2/OS2/OS2-PrfDB/
DPrfDB.xs20 BOOL (*pPrfQueryProfileData) (HINI hini, PCSZ pszApp, PCSZ pszKey, PVOID pBuffer,
/openbsd/src/lib/libform/
Dfrm_driver.c517 FIELD_CELL *pBuffer; in Buffer_To_Window() local
525 for (row = 0, pBuffer = field->buf; in Buffer_To_Window()
527 row++, pBuffer += width) in Buffer_To_Window()
531 if ((len = (int)(After_End_Of_Data(pBuffer, width) - pBuffer)) > 0) in Buffer_To_Window()
534 myADDNSTR(win, pBuffer, len); in Buffer_To_Window()