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

/macosx-10.10/apr-32/apr/apr/tables/
H A Dapr_tables.c233 char *cp, *res, **strpp; local
244 for (i = 0, strpp = (char **) arr->elts; ; ++strpp) {
245 if (strpp && *strpp != NULL) {
246 len += strlen(*strpp);
263 for (i = 0, strpp = (char **) arr->elts; ; ++strpp) {
264 if (strpp && *strpp !
[all...]
/macosx-10.10/apache-793/httpd/modules/http/
H A Dhttp_filters.c725 char **strpp; local
752 for (i = 0, strpp = (char **) values->elts; i < values->nelts;
753 ++i, ++strpp) {
754 if (*strpp && strcasecmp(*strpp, start) == 0) {

Completed in 167 milliseconds