sdp.c | 115 } cfgtype[] = { variable in typeref:struct:__anond5d7158f0108[] 166 if (!cfg_ssa(ss, cfgtype[i].services, cfgtype[i].nservices, &rsp)) 170 errno = (*cfgtype[i].handler)(dict, &rec); 189 for (i = 0; i < __arraycount(cfgtype); i++) { 190 if (strcasecmp(service, cfgtype[i].name) == 0) { 204 for (i = 0; i < __arraycount(cfgtype); i++) 205 printf("\t%s\t%s\n", cfgtype[i].name, cfgtype[i].description);
|