Home
last modified time | relevance | path

Searched defs:code (Results 1 – 25 of 182) sorted by relevance

12345678

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_script.c62 ngx_http_script_code_pt code; in ngx_http_complex_value() local
520 ngx_http_script_code_pt code; in ngx_http_script_run() local
630 uintptr_t *code; in ngx_http_script_done() local
715 ngx_http_script_copy_code_t *code; in ngx_http_script_add_copy_code() local
756 ngx_http_script_copy_code_t *code; in ngx_http_script_copy_len_code() local
770 ngx_http_script_copy_code_t *code; in ngx_http_script_copy_code() local
793 ngx_http_script_var_code_t *code; in ngx_http_script_add_var_code() local
838 ngx_http_script_var_code_t *code; in ngx_http_script_copy_var_len_code() local
864 ngx_http_script_var_code_t *code; in ngx_http_script_copy_var_code() local
894 uintptr_t *code; in ngx_http_script_add_args_code() local
[all …]
H A Dngx_http_script.h90 ngx_http_script_code_pt code; member
96 ngx_http_script_code_pt code; member
102 ngx_http_script_code_pt code; member
109 ngx_http_script_code_pt code; member
117 ngx_http_script_code_pt code; member
140 ngx_http_script_code_pt code; member
155 ngx_http_script_code_pt code; member
161 ngx_http_script_code_pt code; member
180 ngx_http_script_code_pt code; member
186 ngx_http_script_code_pt code; member
[all …]
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_script.c63 ngx_stream_script_code_pt code; in ngx_stream_complex_value() local
396 ngx_stream_script_code_pt code; in ngx_stream_script_run() local
506 uintptr_t *code; in ngx_stream_script_done() local
578 ngx_stream_script_copy_code_t *code; in ngx_stream_script_add_copy_code() local
620 ngx_stream_script_copy_code_t *code; in ngx_stream_script_copy_len_code() local
634 ngx_stream_script_copy_code_t *code; in ngx_stream_script_copy_code() local
657 ngx_stream_script_var_code_t *code; in ngx_stream_script_add_var_code() local
703 ngx_stream_script_var_code_t *code; in ngx_stream_script_copy_var_len_code() local
729 ngx_stream_script_var_code_t *code; in ngx_stream_script_copy_var_code() local
854 ngx_stream_script_full_name_code_t *code; in ngx_stream_script_add_full_name_code() local
[all …]
H A Dngx_stream_script.h78 ngx_stream_script_code_pt code; member
84 ngx_stream_script_code_pt code; member
90 ngx_stream_script_code_pt code; member
96 ngx_stream_script_code_pt code; member
/f-stack/freebsd/contrib/zstd/lib/common/
H A Dzstd_common.c37 unsigned ZSTD_isError(size_t code) { return ERR_isError(code); } in ZSTD_isError()
41 const char* ZSTD_getErrorName(size_t code) { return ERR_getErrorName(code); } in ZSTD_getErrorName()
45 ZSTD_ErrorCode ZSTD_getErrorCode(size_t code) { return ERR_getErrorCode(code); } in ZSTD_getErrorCode()
49 const char* ZSTD_getErrorString(ZSTD_ErrorCode code) { return ERR_getErrorString(code); } in ZSTD_getErrorString()
H A Derror_private.h56 ERR_STATIC unsigned ERR_isError(size_t code) { return (code > ERROR(maxCode)); } in ERR_isError()
58 ERR_STATIC ERR_enum ERR_getErrorCode(size_t code) { if (!ERR_isError(code)) return (ERR_enum)0; ret… in ERR_getErrorCode()
71 ERR_STATIC const char* ERR_getErrorName(size_t code) in ERR_getErrorName()
/f-stack/app/redis-5.0.5/tests/
H A Dinstances.tcl248 proc test {descr code} {
364 proc foreach_instance_id {instances idvar code} {
380 proc foreach_sentinel_id {idvar code} {
385 proc foreach_redis_id {idvar code} {
/f-stack/app/redis-5.0.5/tests/integration/
H A Daof.tcl10 proc create_aof {code} { argument
17 proc start_server_aof {overrides code} {
H A Drdb.tcl64 proc start_server_and_kill_it {overrides code} {
/f-stack/dpdk/lib/librte_bpf/
H A Dbpf_def.h34 #define BPF_CLASS(code) ((code) & 0x07) argument
47 #define BPF_SIZE(code) ((code) & 0x18) argument
53 #define BPF_MODE(code) ((code) & 0xe0) argument
64 #define BPF_OP(code) ((code) & 0xf0) argument
97 #define BPF_SRC(code) ((code) & 0x08) argument
135 uint8_t code; member
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dcallb.c137 callb_add_common(boolean_t (*func)(void *arg, int code), in callb_add_common()
183 callb_add(boolean_t (*func)(void *arg, int code), in callb_add()
196 callb_add_thread(boolean_t (*func)(void *arg, int code), in callb_add_thread()
257 callb_execute_class(int class, int code) in callb_execute_class()
308 callb_generic_cpr(void *arg, int code) in callb_generic_cpr()
343 callb_generic_cpr_safe(void *arg, int code) in callb_generic_cpr_safe()
/f-stack/freebsd/i386/include/
H A Ddb_machdep.h70 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BPTFLT) argument
71 #define IS_SSTEP_TRAP(type, code) \ argument
73 #define IS_WATCHPOINT_TRAP(type, code) 0 argument
/f-stack/freebsd/sys/
H A Dfail.h227 #define _FAIL_POINT_EVAL(name, cond, code...) \ argument
236 #define KFAIL_POINT_EVAL(name, code...) \ argument
321 post_func, post_arg, code...) \ argument
342 #define KFAIL_POINT_CODE(parent, name, code...) \ argument
348 #define KFAIL_POINT_CODE_FLAGS(parent, name, flags, code...) \ argument
354 #define KFAIL_POINT_CODE_COND(parent, name, cond, flags, code...) \ argument
/f-stack/freebsd/amd64/include/
H A Ddb_machdep.h67 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BPTFLT) argument
68 #define IS_SSTEP_TRAP(type, code) \ argument
70 #define IS_WATCHPOINT_TRAP(type, code) 0 argument
/f-stack/tools/compat/include/net/
H A Dbpf.h253 #define BPF_CLASS(code) ((code) & 0x07) argument
264 #define BPF_SIZE(code) ((code) & 0x18) argument
269 #define BPF_MODE(code) ((code) & 0xe0) argument
280 #define BPF_OP(code) ((code) & 0xf0) argument
314 #define BPF_SRC(code) ((code) & 0x08) argument
319 #define BPF_RVAL(code) ((code) & 0x18) argument
324 #define BPF_MISCOP(code) ((code) & 0xf8) argument
363 u_short code; member
372 #define BPF_STMT(code, k) { (u_short)(code), 0, 0, k } argument
373 #define BPF_JUMP(code, k, jt, jf) { (u_short)(code), jt, jf, k } argument
/f-stack/freebsd/net/
H A Dbpf.h254 #define BPF_CLASS(code) ((code) & 0x07) argument
265 #define BPF_SIZE(code) ((code) & 0x18) argument
270 #define BPF_MODE(code) ((code) & 0xe0) argument
281 #define BPF_OP(code) ((code) & 0xf0) argument
315 #define BPF_SRC(code) ((code) & 0x08) argument
320 #define BPF_RVAL(code) ((code) & 0x18) argument
325 #define BPF_MISCOP(code) ((code) & 0xf8) argument
364 u_short code; member
373 #define BPF_STMT(code, k) { (u_short)(code), 0, 0, k } argument
374 #define BPF_JUMP(code, k, jt, jf) { (u_short)(code), jt, jf, k } argument
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_try_files_module.c18 unsigned code:10; member
87 ngx_http_script_code_pt code; in ngx_http_try_files_handler() local
296 ngx_int_t code; in ngx_http_try_files() local
H A Dngx_http_rewrite_module.c140 ngx_http_script_code_pt code; in ngx_http_rewrite_handler() local
245 uintptr_t *code; in ngx_http_rewrite_merge_loc_conf() local
305 ngx_http_script_code_pt *code; in ngx_http_rewrite() local
512 ngx_http_script_code_pt *code; in ngx_http_rewrite_break() local
649 ngx_http_script_code_pt *code; in ngx_http_rewrite_if_condition() local
/f-stack/tools/libxo/libxo/
H A Dxo.h482 xo_emit_warn_hcvp (xo_handle_t *xop, int as_warning, int code, in xo_emit_warn_hcvp()
490 xo_emit_warn_hcp (xo_handle_t *xop, int code, const char *fmt, ...) in xo_emit_warn_hcp()
500 xo_emit_warn_cp (int code, const char *fmt, ...) in xo_emit_warn_cp()
512 int code = errno; in xo_emit_warn_p() local
533 int code = errno; in xo_emit_err_p() local
555 xo_emit_errc_p (int eval, int code, const char *fmt, ...) in xo_emit_errc_p()
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2_huff_encode.c15 uint32_t code; member
196 ngx_uint_t buf, pending, code; in ngx_http_v2_huff_encode() local
/f-stack/freebsd/mips/include/
H A Ddb_machdep.h58 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAK) argument
59 #define IS_WATCHPOINT_TRAP(type, code) (0) /* XXX mips3 watchpoint */ argument
/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dt4_chip_type.h27 #define CHELSIO_CHIP_VERSION(code) (((code) >> 4) & 0xf) argument
28 #define CHELSIO_CHIP_RELEASE(code) ((code) & 0xf) argument
/f-stack/freebsd/arm/include/
H A Ddb_machdep.h56 #define IS_BREAKPOINT_TRAP(type, code) (type == T_BREAKPOINT) argument
57 #define IS_WATCHPOINT_TRAP(type, code) (type == T_WATCHPOINT) argument
/f-stack/freebsd/arm64/include/
H A Ddb_machdep.h59 #define IS_BREAKPOINT_TRAP(type, code) (type == T_BREAKPOINT) argument
60 #define IS_WATCHPOINT_TRAP(type, code) (type == T_WATCHPOINT) argument
/f-stack/freebsd/contrib/openzfs/lib/libuutil/
H A Duu_misc.c73 uu_set_error(uint_t code) in uu_set_error()
118 uu_strerror(uint32_t code) in uu_strerror()

12345678