Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_rewrite_module.c650 ngx_http_script_file_code_t *fop; in ngx_http_rewrite_if_condition() local
801 if (fop == NULL) { in ngx_http_rewrite_if_condition()
805 fop->code = ngx_http_script_file_code; in ngx_http_rewrite_if_condition()
808 fop->op = ngx_http_script_file_plain; in ngx_http_rewrite_if_condition()
813 fop->op = ngx_http_script_file_dir; in ngx_http_rewrite_if_condition()
818 fop->op = ngx_http_script_file_exists; in ngx_http_rewrite_if_condition()
823 fop->op = ngx_http_script_file_exec; in ngx_http_rewrite_if_condition()
829 fop->op = ngx_http_script_file_not_plain; in ngx_http_rewrite_if_condition()
834 fop->op = ngx_http_script_file_not_dir; in ngx_http_rewrite_if_condition()
839 fop->op = ngx_http_script_file_not_exists; in ngx_http_rewrite_if_condition()
[all …]
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_dstlist.c268 ipf_dstlist_flush(softc, arg, fop) in ipf_dstlist_flush() argument
271 iplookupflush_t *fop;
278 if (fop->iplf_unit != IPLT_ALL && fop->iplf_unit != i)
283 if ((*fop->iplf_name != '\0') &&
284 strncmp(fop->iplf_name, node->ipld_name,
H A Dip_htable.c211 iplookupflush_t fop; local
213 fop.iplf_type = IPLT_HASH;
214 fop.iplf_unit = IPL_LOGALL;
215 fop.iplf_arg = 0;
216 fop.iplf_count = 0;
217 *fop.iplf_name = '\0';
218 ipf_htable_flush(softc, arg, &fop);
/f-stack/freebsd/amd64/linux/
H A Dlinux.h189 u_int16_t fop; member
/f-stack/freebsd/i386/linux/
H A Dlinux_ptrace.c203 l_ushort fop; member