Searched refs:dwLen (Results 1 – 2 of 2) sorted by relevance
/PHP-7.0/ext/pspell/ |
H A D | pspell.c | 277 DWORD dwType,dwLen; in PHP_FUNCTION() local 297 dwLen = sizeof(aspell_dir) - 1; in PHP_FUNCTION() 298 result = RegQueryValueEx(hkey, "", NULL, &dwType, (LPBYTE)&aspell_dir, &dwLen); in PHP_FUNCTION() 374 DWORD dwType,dwLen; in PHP_FUNCTION() local 394 dwLen = sizeof(aspell_dir) - 1; in PHP_FUNCTION() 395 result = RegQueryValueEx(hkey, "", NULL, &dwType, (LPBYTE)&aspell_dir, &dwLen); in PHP_FUNCTION() 697 DWORD dwType,dwLen; in PHP_FUNCTION() local 713 dwLen = sizeof(aspell_dir) - 1; in PHP_FUNCTION() 714 result = RegQueryValueEx(hkey, "", NULL, &dwType, (LPBYTE)&aspell_dir, &dwLen); in PHP_FUNCTION()
|
/PHP-7.0/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 39054 DWORD dwLen = 0; 39060 dwLen = osFormatMessageW(FORMAT_MESSAGE_FROM_SYSTEM | 39070 dwLen = osFormatMessageW(FORMAT_MESSAGE_ALLOCATE_BUFFER | 39080 if( dwLen > 0 ){ 39094 dwLen = osFormatMessageA(FORMAT_MESSAGE_ALLOCATE_BUFFER | 39103 if( dwLen > 0 ){ 39113 if( 0 == dwLen ){
|
Completed in 426 milliseconds