aco: Minimize use of regex.
Remove nearly all use of regex from ACO users. Still remaining: * app_confbridge has a legitamate use of option name regex. * ast_sorcery_object_fields_register is implemented with regex, all callers use simple prefix based regex. I haven't decided the best way to fix this in both 13/15 and master. Change-Id: Ib5ed478218d8a661ace4d2eaaea98b59a897974b
Showing
- apps/app_agent_pool.c 10 additions, 4 deletionsapps/app_agent_pool.c
- apps/app_skel.c 12 additions, 6 deletionsapps/app_skel.c
- apps/confbridge/conf_config_parser.c 10 additions, 10 deletionsapps/confbridge/conf_config_parser.c
- channels/chan_motif.c 2 additions, 2 deletionschannels/chan_motif.c
- main/cdr.c 24 additions, 4 deletionsmain/cdr.c
- main/cel.c 17 additions, 4 deletionsmain/cel.c
- main/features_config.c 11 additions, 11 deletionsmain/features_config.c
- main/named_acl.c 2 additions, 2 deletionsmain/named_acl.c
- main/stasis.c 4 additions, 4 deletionsmain/stasis.c
- main/udptl.c 2 additions, 2 deletionsmain/udptl.c
- res/ari/config.c 4 additions, 4 deletionsres/ari/config.c
- res/res_hep.c 2 additions, 2 deletionsres/res_hep.c
- res/res_parking.c 4 additions, 4 deletionsres/res_parking.c
- res/res_pjsip_notify.c 4 additions, 4 deletionsres/res_pjsip_notify.c
- res/res_resolver_unbound.c 2 additions, 2 deletionsres/res_resolver_unbound.c
- res/res_statsd.c 2 additions, 2 deletionsres/res_statsd.c
- res/res_xmpp.c 4 additions, 4 deletionsres/res_xmpp.c
- tests/test_config.c 10 additions, 4 deletionstests/test_config.c
Loading
Please register or sign in to comment