Searched refs:stat_buffer (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/apache-793/httpd/modules/generators/
H A Dmod_status.c199 char *stat_buffer; local
238 stat_buffer = apr_palloc(r->pool, server_limit * thread_limit * sizeof(char));
314 stat_buffer[indx] = status_flags[SERVER_DISABLED];
316 stat_buffer[indx] = status_flags[res];
567 if (stat_buffer[indx] != status_flags[SERVER_DISABLED]) {
568 ap_rputc(stat_buffer[indx], r);
604 if (stat_buffer[indx] != '.') {
607 stat_buffer[indx]);
/macosx-10.10.1/libxslt-13/libxslt/libxslt/
H A Dsecurity.c281 struct stat stat_buffer; local
293 if (stat(path, &stat_buffer) == -1)
297 if (S_ISDIR(stat_buffer.st_mode)) {
/macosx-10.10.1/libxml2-26/libxml2/
H A DxmlIO.c774 struct stat stat_buffer; local
789 if (xmlWrapStat(path, &stat_buffer) == -1)
792 if (stat(path, &stat_buffer) == -1)
796 if (S_ISDIR(stat_buffer.st_mode))
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A DxmlIO.c768 struct stat stat_buffer; local
775 if (xmlWrapStat(path, &stat_buffer) == -1)
778 if (stat(path, &stat_buffer) == -1)
782 if (S_ISDIR(stat_buffer.st_mode))

Completed in 377 milliseconds