Home
last modified time | relevance | path

Searched refs:comp_ops (Results 1 – 18 of 18) sorted by relevance

/dports/www/py-planet/planet-1.4.8/planet/scripts/
H A Dtypes.py206 comp_ops = ['lt', 'lte', 'gt', 'gte'] variable in Range
220 if comp_op not in self.comp_ops:
222 comp_op, ','.join(self.comp_ops)), param, ctx)
/dports/net/haproxy21/haproxy-2.1.12/src/
H A Dflt_http_comp.c34 struct flt_ops comp_ops; variable
617 struct flt_ops comp_ops = { variable
710 fconf->ops = &comp_ops; in parse_http_comp_flt()
766 fconf->ops = &comp_ops; in check_implicit_http_comp_flt()
/dports/net/haproxy22/haproxy-2.2.19/src/
H A Dflt_http_comp.c32 struct flt_ops comp_ops; variable
611 struct flt_ops comp_ops = { variable
714 fconf->ops = &comp_ops; in parse_http_comp_flt()
770 fconf->ops = &comp_ops; in check_implicit_http_comp_flt()
/dports/net/haproxy/haproxy-2.4.10/src/
H A Dflt_http_comp.c32 struct flt_ops comp_ops; variable
613 struct flt_ops comp_ops = { variable
716 fconf->ops = &comp_ops; in parse_http_comp_flt()
772 fconf->ops = &comp_ops; in check_implicit_http_comp_flt()
/dports/net/haproxy23/haproxy-2.3.16/src/
H A Dflt_http_comp.c32 struct flt_ops comp_ops; variable
608 struct flt_ops comp_ops = { variable
711 fconf->ops = &comp_ops; in parse_http_comp_flt()
767 fconf->ops = &comp_ops; in check_implicit_http_comp_flt()
/dports/net/nuster/nuster-5.0.4.21/src/
H A Dflt_http_comp.c34 struct flt_ops comp_ops; variable
617 struct flt_ops comp_ops = { variable
710 fconf->ops = &comp_ops; in parse_http_comp_flt()
766 fconf->ops = &comp_ops; in check_implicit_http_comp_flt()
/dports/multimedia/v4l_compat/linux-5.13-rc2/lib/842/
H A D842_compress.c38 static u8 comp_ops[OPS_MAX][5] = { /* params size in bits */ variable
225 u8 *t = comp_ops[c]; in add_template()
382 u8 *t = comp_ops[c]; in check_template()
/dports/multimedia/libv4l/linux-5.13-rc2/lib/842/
H A D842_compress.c38 static u8 comp_ops[OPS_MAX][5] = { /* params size in bits */ variable
225 u8 *t = comp_ops[c]; in add_template()
382 u8 *t = comp_ops[c]; in check_template()
/dports/multimedia/v4l-utils/linux-5.13-rc2/lib/842/
H A D842_compress.c38 static u8 comp_ops[OPS_MAX][5] = { /* params size in bits */ variable
225 u8 *t = comp_ops[c]; in add_template()
382 u8 *t = comp_ops[c]; in check_template()
/dports/net/haproxy18/haproxy-1.8.30/src/
H A Dflt_http_comp.c33 struct flt_ops comp_ops; variable
795 struct flt_ops comp_ops = { variable
889 fconf->ops = &comp_ops; in parse_http_comp_flt()
924 fconf->ops = &comp_ops; in check_legacy_http_comp_flt()
/dports/net/haproxy17/haproxy-1.7.14/src/
H A Dflt_http_comp.c33 struct flt_ops comp_ops; variable
790 struct flt_ops comp_ops = { variable
884 fconf->ops = &comp_ops; in parse_http_comp_flt()
919 fconf->ops = &comp_ops; in check_legacy_http_comp_flt()
/dports/graphics/urt/urt-3.1b1_12/tools/
H A Drlecomp.c92 static CONST_DECL char *comp_ops[NUM_OPS] = local
122 if (strcmp(op_name, comp_ops[i]) == 0) op_code = i;
/dports/net/samba412/samba-4.12.15/python/samba/tests/
H A Dcomplex_expressions.py254 comp_ops = ['=', '<=', '>=']
256 exprs = ["(%s%s%d)" % (field, c, n) for c in comp_ops]
/dports/net/haproxy20/haproxy-2.0.26/src/
H A Dflt_http_comp.c37 struct flt_ops comp_ops; variable
1325 struct flt_ops comp_ops = { variable
1431 fconf->ops = &comp_ops; in parse_http_comp_flt()
1485 fconf->ops = &comp_ops; in check_implicit_http_comp_flt()
/dports/net/haproxy19/haproxy-1.9.16/src/
H A Dflt_http_comp.c35 struct flt_ops comp_ops; variable
1322 struct flt_ops comp_ops = { variable
1419 fconf->ops = &comp_ops; in parse_http_comp_flt()
1473 fconf->ops = &comp_ops; in check_implicit_http_comp_flt()
/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpd/
H A Dbgpd.h904 enum comp_ops { enum
H A Dparse.y122 enum comp_ops op;
H A Dparse.c167 enum comp_ops op;