Searched refs:native (Results 1 - 3 of 3) sorted by relevance

/httpd/support/
H A Dfirehose.c323 char *native, *name; local
339 status = apr_filepath_merge(&native, file->directory, name,
342 if (APR_SUCCESS == (status = apr_file_open(&handle, native, APR_WRITE
348 native, &status);
354 native, &status);
/httpd/server/
H A Dutil_script.c538 unsigned char *cp, native; local
542 native = apr_xlate_conv_byte(ap_hdrs_from_ascii, *cp);
543 if (apr_isprint(*cp) && !apr_isprint(native))
545 if (!apr_isprint(*cp) && apr_isprint(native))
/httpd/modules/cache/
H A Dmod_cache_disk.c820 unsigned char *cp, native; local
824 native = apr_xlate_conv_byte(ap_hdrs_from_ascii, *cp);
825 if (apr_isprint(*cp) && !apr_isprint(native))
827 if (!apr_isprint(*cp) && apr_isprint(native))

Completed in 2973 milliseconds