Home
last modified time | relevance | path

Searched refs:dwLen (Results 1 – 2 of 2) sorted by relevance

/PHP-7.3/ext/pspell/
H A Dpspell.c275 DWORD dwType,dwLen; in PHP_FUNCTION() local
295 dwLen = sizeof(aspell_dir) - 1; in PHP_FUNCTION()
296 result = RegQueryValueEx(hkey, "", NULL, &dwType, (LPBYTE)&aspell_dir, &dwLen); in PHP_FUNCTION()
372 DWORD dwType,dwLen; in PHP_FUNCTION() local
392 dwLen = sizeof(aspell_dir) - 1; in PHP_FUNCTION()
393 result = RegQueryValueEx(hkey, "", NULL, &dwType, (LPBYTE)&aspell_dir, &dwLen); in PHP_FUNCTION()
695 DWORD dwType,dwLen; in PHP_FUNCTION() local
711 dwLen = sizeof(aspell_dir) - 1; in PHP_FUNCTION()
712 result = RegQueryValueEx(hkey, "", NULL, &dwType, (LPBYTE)&aspell_dir, &dwLen); in PHP_FUNCTION()
/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c42575 DWORD dwLen = 0;
42581 dwLen = osFormatMessageW(FORMAT_MESSAGE_FROM_SYSTEM |
42591 dwLen = osFormatMessageW(FORMAT_MESSAGE_ALLOCATE_BUFFER |
42601 if( dwLen > 0 ){
42615 dwLen = osFormatMessageA(FORMAT_MESSAGE_ALLOCATE_BUFFER |
42624 if( dwLen > 0 ){
42634 if( 0 == dwLen ){

Completed in 463 milliseconds