Searched defs:outCode (Results 1 - 1 of 1) sorted by relevance

/external/svox/pico/lib/
H A Dpicoapi.c266 * @param *outCode : pointer to receive the warning code
276 pico_Status *outCode,
289 } else if ((outCode == NULL) || (outMessage == NULL)) {
292 *outCode = picoos_emGetWarningCode(system->common->em, warningIndex);
767 * @param *outCode: pointer to a variable to receive the warning code
777 pico_Status *outCode,
790 } else if ((outCode == NULL) || (outMessage == NULL)) {
794 *outCode = picoos_emGetWarningCode(common->em, warningIndex);
273 pico_getSystemWarning( pico_System system, const pico_Int32 warningIndex, pico_Status *outCode, pico_Retstring outMessage ) argument
774 pico_getEngineWarning( pico_Engine engine, const pico_Int32 warningIndex, pico_Status *outCode, pico_Retstring outMessage ) argument

Completed in 84 milliseconds