Lines Matching refs:str
159 char *str = apr_pstrcat(r->pool, AUTHN_PREFIX,
163 while (str[j]) {
164 if (!apr_isalnum(str[j])) {
165 str[j] = '_';
168 str[j] = apr_toupper(str[j]);
172 apr_table_set(r->subprocess_env, str,
255 char *str = apr_pstrcat(r->pool, AUTHN_PREFIX,
259 while (str[j]) {
260 if (!apr_isalnum(str[j])) {
261 str[j] = '_';
264 str[j] = apr_toupper(str[j]);
268 apr_table_set(r->subprocess_env, str,