Searched refs:fcn (Results 1 – 5 of 5) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_file_cache.c | 827 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 D | db_variables.c | 110 db_varfcn_t *func = vp->fcn; in db_read_variable() 122 db_varfcn_t *func = vp->fcn; in db_write_variable()
|
| H A D | db_variables.h | 48 db_varfcn_t *fcn; member
|
| H A D | ddb.h | 114 db_cmdfcn_t *fcn; /* function to call */ member 133 .fcn = _func, \
|
| H A D | db_command.c | 482 (*cmd->fcn)(addr, have_addr, count, modif); in db_command()
|