Searched refs:stat_cache_get_entry (Results 51 - 75 of 81) sorted by relevance

1234

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/lighttpd-1.4.39/src/
H A Dstat_cache.c374 handler_t stat_cache_get_entry(server *srv, connection *con, buffer *name, stat_cache_entry **ret_sce) { function
H A Dmod_aicloud_sharelink_parser.c799 if (HANDLER_ERROR != stat_cache_get_entry(srv, con, html_file, &sce)) {
H A Dmod_compress.c747 if (HANDLER_ERROR == stat_cache_get_entry(srv, con, con->physical.path, &sce)) {
H A Dmod_dirlisting.c935 if (HANDLER_ERROR == stat_cache_get_entry(srv, con, con->physical.path, &sce)) {
936 log_error_write(srv, __FILE__, __LINE__, "SB", "stat_cache_get_entry failed: ", con->physical.path);
H A Dmod_ssi.c933 if (HANDLER_ERROR == stat_cache_get_entry(srv, con, con->physical.path, &sce)) {
934 log_error_write(srv, __FILE__, __LINE__, "SB", "stat_cache_get_entry failed: ", con->physical.path);
H A Dconnections.c493 if (HANDLER_ERROR != stat_cache_get_entry(srv, con, smbc_wrapper_physical_url_path(srv, con), &sce)) {
1045 if (HANDLER_ERROR != stat_cache_get_entry(srv, con, html_file, &sce)) {
H A Dmod_aicloud_sharelink.c823 if (HANDLER_ERROR != stat_cache_get_entry(srv, con, html_file, &sce)) {
H A Dmod_cgi.c1273 if (HANDLER_ERROR == stat_cache_get_entry(srv, con, con->physical.path, &sce)) return HANDLER_GO_ON;
H A Dmod_webdav.c1239 if (HANDLER_ERROR != (stat_cache_get_entry(srv, con, dst->path, &sce))) {
1986 switch (stat_cache_get_entry(srv, con, con->physical.path, &sce)) {
4105 switch (stat_cache_get_entry(srv, con, con->physical.path, &sce)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/lighttpd-1.4.39/src/
H A Dmod_aicloud_sharelink_parser.c799 if (HANDLER_ERROR != stat_cache_get_entry(srv, con, html_file, &sce)) {
H A Dmod_compress.c747 if (HANDLER_ERROR == stat_cache_get_entry(srv, con, con->physical.path, &sce)) {
H A Dmod_dirlisting.c935 if (HANDLER_ERROR == stat_cache_get_entry(srv, con, con->physical.path, &sce)) {
936 log_error_write(srv, __FILE__, __LINE__, "SB", "stat_cache_get_entry failed: ", con->physical.path);
H A Dmod_ssi.c933 if (HANDLER_ERROR == stat_cache_get_entry(srv, con, con->physical.path, &sce)) {
934 log_error_write(srv, __FILE__, __LINE__, "SB", "stat_cache_get_entry failed: ", con->physical.path);
H A Dconnections.c493 if (HANDLER_ERROR != stat_cache_get_entry(srv, con, smbc_wrapper_physical_url_path(srv, con), &sce)) {
1045 if (HANDLER_ERROR != stat_cache_get_entry(srv, con, html_file, &sce)) {
H A Dmod_aicloud_sharelink.c823 if (HANDLER_ERROR != stat_cache_get_entry(srv, con, html_file, &sce)) {
H A Dmod_cgi.c1273 if (HANDLER_ERROR == stat_cache_get_entry(srv, con, con->physical.path, &sce)) return HANDLER_GO_ON;
H A Dmod_webdav.c1239 if (HANDLER_ERROR != (stat_cache_get_entry(srv, con, dst->path, &sce))) {
1986 switch (stat_cache_get_entry(srv, con, con->physical.path, &sce)) {
4105 switch (stat_cache_get_entry(srv, con, con->physical.path, &sce)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/lighttpd-1.4.39/src/
H A Dmod_aicloud_sharelink_parser.c799 if (HANDLER_ERROR != stat_cache_get_entry(srv, con, html_file, &sce)) {
H A Dmod_compress.c747 if (HANDLER_ERROR == stat_cache_get_entry(srv, con, con->physical.path, &sce)) {
H A Dmod_dirlisting.c935 if (HANDLER_ERROR == stat_cache_get_entry(srv, con, con->physical.path, &sce)) {
936 log_error_write(srv, __FILE__, __LINE__, "SB", "stat_cache_get_entry failed: ", con->physical.path);
H A Dmod_ssi.c933 if (HANDLER_ERROR == stat_cache_get_entry(srv, con, con->physical.path, &sce)) {
934 log_error_write(srv, __FILE__, __LINE__, "SB", "stat_cache_get_entry failed: ", con->physical.path);
H A Dconnections.c493 if (HANDLER_ERROR != stat_cache_get_entry(srv, con, smbc_wrapper_physical_url_path(srv, con), &sce)) {
1045 if (HANDLER_ERROR != stat_cache_get_entry(srv, con, html_file, &sce)) {
H A Dmod_aicloud_sharelink.c823 if (HANDLER_ERROR != stat_cache_get_entry(srv, con, html_file, &sce)) {
H A Dmod_cgi.c1273 if (HANDLER_ERROR == stat_cache_get_entry(srv, con, con->physical.path, &sce)) return HANDLER_GO_ON;
H A Dmod_webdav.c1239 if (HANDLER_ERROR != (stat_cache_get_entry(srv, con, dst->path, &sce))) {
1986 switch (stat_cache_get_entry(srv, con, con->physical.path, &sce)) {
4105 switch (stat_cache_get_entry(srv, con, con->physical.path, &sce)) {

Completed in 331 milliseconds

1234