Searched refs:pBuffer (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/cpan/Win32API-File/ |
| D | File.xs | 630 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/ |
| D | PrfDB.xs | 20 BOOL (*pPrfQueryProfileData) (HINI hini, PCSZ pszApp, PCSZ pszKey, PVOID pBuffer,
|
| /openbsd/src/lib/libform/ |
| D | frm_driver.c | 517 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()
|