Searched refs:ppustrValue (Results 1 – 2 of 2) sorted by relevance
248 oslProcessError SAL_CALL osl_getEnvironment(rtl_uString* pustrEnvVar, rtl_uString** ppustrValue) in osl_getEnvironment() argument255 OSL_PRECOND(ppustrValue, "osl_getEnvironment(): Invalid parameter"); in osl_getEnvironment()267 ppustrValue, in osl_getEnvironment()270 OSL_ASSERT(*ppustrValue != NULL); in osl_getEnvironment()
291 oslProcessError SAL_CALL osl_getEnvironment(rtl_uString* pustrEnvVar, rtl_uString** ppustrValue) in osl_getEnvironment() argument298 OSL_PRECOND(ppustrValue, "osl_getEnvironment(): Invalid parameter"); in osl_getEnvironment()310 ppustrValue, in osl_getEnvironment()313 OSL_ASSERT(*ppustrValue != NULL); in osl_getEnvironment()
Completed in 16 milliseconds