Lines Matching refs:Buffer
2299 sal_Char Buffer[4096] = ""; in lookupProfile() local
2352 hProfile, SVERSION_SECTION, Buffer, sizeof(Buffer)); in lookupProfile()
2354 for (pChr = Buffer; *pChr != '\0'; pChr += strlen(pChr) + 1) in lookupProfile()
2387 hProfile, SVERSION_SECTION, Buffer, sizeof(Buffer)); in lookupProfile()
2389 for (pChr = Buffer; *pChr != '\0'; pChr += strlen(pChr) + 1) in lookupProfile()
2616 hProfile, SVERSION_SECTION, Product, Buffer, in lookupProfile()
2617 sizeof(Buffer), ""); in lookupProfile()
2621 if ((strlen(Buffer) <= 0) in lookupProfile()
2634 Buffer, sizeof(Buffer), ""); in lookupProfile()
2641 if (strlen(Buffer) > 0) in lookupProfile()
2644 …CP_ACP, 0, Buffer, -1, ::osl::mingw_reinterpret_cast<LPWSTR>(aPath), aPath.getBufSizeInSymbols() ); in lookupProfile()