Home
last modified time | relevance | path

Searched refs:fcn (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_file_cache.c827 fcn = c->node; in ngx_http_file_cache_exists()
833 if (fcn) { in ngx_http_file_cache_exists()
852 if (fcn->exists || fcn->uses >= c->min_uses) { in ngx_http_file_cache_exists()
899 fcn->uses = 1; in ngx_http_file_cache_exists()
910 fcn->uniq = 0; in ngx_http_file_cache_exists()
922 c->node = fcn; in ngx_http_file_cache_exists()
1633 fcn->count--; in ngx_http_file_cache_free()
1747 fcn->count, fcn->exists, in ngx_http_file_cache_forced_expire()
1748 fcn->key[0], fcn->key[1], fcn->key[2], fcn->key[3]); in ngx_http_file_cache_forced_expire()
1849 fcn->count, fcn->exists, in ngx_http_file_cache_expire()
[all …]
/f-stack/freebsd/ddb/
H A Ddb_variables.c110 db_varfcn_t *func = vp->fcn; in db_read_variable()
122 db_varfcn_t *func = vp->fcn; in db_write_variable()
H A Ddb_variables.h48 db_varfcn_t *fcn; member
H A Dddb.h114 db_cmdfcn_t *fcn; /* function to call */ member
133 .fcn = _func, \
H A Ddb_command.c482 (*cmd->fcn)(addr, have_addr, count, modif); in db_command()