Searched refs:lpLCE (Results 1 – 1 of 1) sorted by relevance
323 LPLINECOUNTRYENTRY lpLCE; in lineGetCountryA() local418 lpLCE[i].dwCountryID = atoi(subkey_name); in lineGetCountryA()421 (BYTE*)&lpLCE[i].dwCountryCode, &size); in lineGetCountryA()423 lpLCE[i].dwNextCountryID = 0; in lineGetCountryA()426 lpLCE[i-1].dwNextCountryID = lpLCE[i].dwCountryID; in lineGetCountryA()429 lpLCE[i].dwCountryNameSize = size_name; in lineGetCountryA()430 lpLCE[i].dwCountryNameOffset = dwOffset; in lineGetCountryA()437 lpLCE[i].dwSameAreaRuleSize = size_same; in lineGetCountryA()438 lpLCE[i].dwSameAreaRuleOffset = dwOffset; in lineGetCountryA()445 lpLCE[i].dwLongDistanceRuleSize = size_long; in lineGetCountryA()[all …]