Home
last modified time | relevance | path

Searched refs:op (Results 1 – 11 of 11) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Ddata_config.c22 buffer_free(ds->op); in data_config_free()
65 ds->comp_key->ptr, ds->op->ptr, ds->string->ptr); in data_config_print()
107 ds->comp_key->ptr, ds->op->ptr, ds->string->ptr); in data_config_print()
124 ds->op = buffer_init(); in data_config_init()
H A Dconfigparser.y382 buffer *b, *rvalue, *op; in SRVVARNAME() local
391 op = buffer_init_string("!="); in SRVVARNAME()
394 op = buffer_init_string("=="); in SRVVARNAME()
397 op = buffer_init_string("!~"); in SRVVARNAME()
400 op = buffer_init_string("=~"); in SRVVARNAME()
412 buffer_append_string_buffer(b, op); in SRVVARNAME()
445 buffer_copy_string_buffer(dc->op, op); in SRVVARNAME()
521 buffer_free(op); in SRVVARNAME()
H A Dlemon.c1669 if( op[j].label==0 ){
1708 if( op[j].label==0 ){
1716 switch( op[j].type ){
1752 switch( op[j].type ){
1786 op = o;
1841 switch( op[i].type ){ in OptPrint()
1861 switch( op[i].type ){ in OptPrint()
1864 fprintf(errstream," -%-*s %s\n",max,op[i].label,op[i].message); in OptPrint()
1869 (int)(max-strlen(op[i].label)-9),"",op[i].message); in OptPrint()
1874 (int)(max-strlen(op[i].label)-6),"",op[i].message); in OptPrint()
[all …]
H A Dconfigparser.c1168 buffer *b, *rvalue, *op; in yy_reduce() local
1177 op = buffer_init_string("!="); in yy_reduce()
1180 op = buffer_init_string("=="); in yy_reduce()
1183 op = buffer_init_string("!~"); in yy_reduce()
1186 op = buffer_init_string("=~"); in yy_reduce()
1198 buffer_append_string_buffer(b, op); in yy_reduce()
1231 buffer_copy_string_buffer(dc->op, op); in yy_reduce()
1307 buffer_free(op); in yy_reduce()
H A Darray.h118 buffer *op; member
/mOS-networking-stack/core/src/bpf/
H A Dsf_optimize.c998 int op; local
1066 op = BPF_OP(s->code);
1074 if (op == BPF_ADD || op == BPF_LSH || op == BPF_RSH || op == BPF_OR)
1079 if (op == BPF_MUL || op == BPF_AND)
1104 op = BPF_OP(s->code);
1114 s->code = BPF_ALU | BPF_K | op;
1130 if (op == BPF_ADD || op == BPF_OR)
1136 … else if (op == BPF_MUL || op == BPF_DIV || op == BPF_AND || op == BPF_LSH || op == BPF_RSH)
1143 else if (op == BPF_NEG)
H A Dsf_gencode.c6995 struct block *gen_byteop(op, idx, val) in gen_byteop() argument
6996 int op, idx, val; in gen_byteop()
7001 switch (op)
/mOS-networking-stack/core/src/
H A Devent_callback.c378 ModCb(mtcp_manager_t mtcp, int op, struct ev_pointer *evp, struct ev_base *evb, in ModCb() argument
385 if (op == OP_REG) { in ModCb()
426 ModifyCallback(mctx_t mctx, int op, int sockid, event_t events, in ModifyCallback() argument
433 assert(op == OP_REG || op == OP_UNREG); in ModifyCallback()
440 if ((op == OP_REG) && !callback) in ModifyCallback()
479 return ModCb(mtcp, op, evp, evb, events, callback); in ModifyCallback()
H A Deventpoll.c242 int op, int sockid, struct mtcp_epoll_event *event) in mtcp_epoll_ctl() argument
277 if (!ep || (!event && op != MOS_EPOLL_CTL_DEL)) { in mtcp_epoll_ctl()
283 if (op == MOS_EPOLL_CTL_ADD) { in mtcp_epoll_ctl()
307 } else if (op == MOS_EPOLL_CTL_MOD) { in mtcp_epoll_ctl()
325 } else if (op == MOS_EPOLL_CTL_DEL) { in mtcp_epoll_ctl()
/mOS-networking-stack/core/include/
H A Dmtcp_epoll.h95 int op, int sock, struct mtcp_epoll_event *event);
/mOS-networking-stack/core/src/include/
H A Dmtcp_epoll.h95 int op, int sock, struct mtcp_epoll_event *event);