Searched refs:stat_cache_get_entry (Results 26 - 50 of 81) sorted by relevance

1234

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/lighttpd-1.4.39/src/
H A Dmod_evhost.c316 if (HANDLER_ERROR == stat_cache_get_entry(srv, con, p->tmp_buf, &sce)) {
H A Dmod_expire.c311 (void) stat_cache_get_entry(srv, con, con->physical.path, &sce);
H A Dmod_simple_vhost.c156 if (HANDLER_ERROR == stat_cache_get_entry(srv, con, out, &sce)) {
H A Dnetwork_write_mmap.c297 if (HANDLER_ERROR == stat_cache_get_entry(srv, con, c->file.name, &sce)) {
H A Dmod_cml_lua.c356 if (HANDLER_ERROR == stat_cache_get_entry(srv, con, b, &sce)) {
H A Dmod_mysql_vhost.c376 if (HANDLER_ERROR == stat_cache_get_entry(srv, con, p->tmp_buf, &sce)) {
H A Dmod_magnet.c266 res = stat_cache_get_entry(srv, con, sb, &sce);
775 res = stat_cache_get_entry(srv, con, fn, &sce);
H A Dresponse.c560 if ( HANDLER_ERROR != stat_cache_get_entry(srv, con, smbc_wrapper_physical_url_path(srv, con), &sce)) {
648 if (HANDLER_ERROR != stat_cache_get_entry(srv, con, con->physical.path, &sce)) {
H A Dmod_rewrite.c464 if (HANDLER_ERROR != stat_cache_get_entry(srv, con, con->physical.path, &sce)) {
H A Dstat_cache.c374 handler_t stat_cache_get_entry(server *srv, connection *con, buffer *name, stat_cache_entry **ret_sce) { function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/lighttpd-1.4.39/src/
H A Dmod_evhost.c316 if (HANDLER_ERROR == stat_cache_get_entry(srv, con, p->tmp_buf, &sce)) {
H A Dmod_expire.c311 (void) stat_cache_get_entry(srv, con, con->physical.path, &sce);
H A Dmod_simple_vhost.c156 if (HANDLER_ERROR == stat_cache_get_entry(srv, con, out, &sce)) {
H A Dnetwork_write_mmap.c297 if (HANDLER_ERROR == stat_cache_get_entry(srv, con, c->file.name, &sce)) {
H A Dmod_cml_lua.c356 if (HANDLER_ERROR == stat_cache_get_entry(srv, con, b, &sce)) {
H A Dmod_mysql_vhost.c376 if (HANDLER_ERROR == stat_cache_get_entry(srv, con, p->tmp_buf, &sce)) {
H A Dmod_magnet.c266 res = stat_cache_get_entry(srv, con, sb, &sce);
775 res = stat_cache_get_entry(srv, con, fn, &sce);
H A Dresponse.c560 if ( HANDLER_ERROR != stat_cache_get_entry(srv, con, smbc_wrapper_physical_url_path(srv, con), &sce)) {
648 if (HANDLER_ERROR != stat_cache_get_entry(srv, con, con->physical.path, &sce)) {
H A Dmod_rewrite.c464 if (HANDLER_ERROR != 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_cml_lua.c356 if (HANDLER_ERROR == stat_cache_get_entry(srv, con, b, &sce)) {
H A Dmod_mysql_vhost.c376 if (HANDLER_ERROR == stat_cache_get_entry(srv, con, p->tmp_buf, &sce)) {
H A Dmod_magnet.c266 res = stat_cache_get_entry(srv, con, sb, &sce);
775 res = stat_cache_get_entry(srv, con, fn, &sce);
H A Dresponse.c560 if ( HANDLER_ERROR != stat_cache_get_entry(srv, con, smbc_wrapper_physical_url_path(srv, con), &sce)) {
648 if (HANDLER_ERROR != stat_cache_get_entry(srv, con, con->physical.path, &sce)) {
H A Dmod_rewrite.c464 if (HANDLER_ERROR != stat_cache_get_entry(srv, con, con->physical.path, &sce)) {
H A Dstat_cache.c374 handler_t stat_cache_get_entry(server *srv, connection *con, buffer *name, stat_cache_entry **ret_sce) { function

Completed in 357 milliseconds

1234