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

/httpd/server/
H A Dutil_cookies.c197 char *trim = next2; local
198 while (apr_isspace(*trim)) {
199 trim++;
201 if (!strncmp(trim, name, len)) {
203 if (strcmp(v->encoded, trim + len)) {
207 v->encoded = apr_pstrdup(v->r->pool, trim + len);
211 if (*trim != '$') {
/httpd/modules/core/
H A Dmod_macro.c89 #define trim(line) while (*(line) == ' ' || *(line) == '\t') (line)++ macro
99 trim(line);
104 trim(line);

Completed in 12 milliseconds