Searched refs:apszPhones (Results 1 - 1 of 1) sorted by relevance

/external/srec/seti/sltsEngine/src/
H A DSWIslts.c73 static SWIsltsResult GetPhoneStr(SLTS_Engine *pEng, char *apszPhones[], int num_phones, char *pszPhoneStr, size_t *len);
372 static SWIsltsResult GetPhoneStr(SLTS_Engine *pEng, char *apszPhones[], int num_phones, char *pszPhoneStr, size_t *len) argument
384 if( strcmp(apszPhones[i], g_aPhoneMap[j].src) == 0 ) {
398 strcat(pszPhoneStr, apszPhones[i]);
399 pszLastPhone = apszPhones[i];

Completed in 31 milliseconds