Home
last modified time | relevance | path

Searched defs:op (Results 1 – 25 of 72) sorted by last modified time

123

/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_utils.c742 const zend_op *op; in phpdbg_check_caught_ex() local
H A Dphpdbg_opcode.c40 zend_op_array *ops, const znode_op *op, uint32_t type) /* {{{ */ in phpdbg_decode_op()
67 zend_op_array *ops, const zend_op *opline, znode_op op, zend_uchar op_type, in phpdbg_decode_input_op()
H A Dphpdbg_opcode.h37 zend_op *op; member
H A Dphpdbg.c834 static int php_sapi_phpdbg_header_handler(sapi_header_struct *h, sapi_header_op_enum op, sapi_heade… in php_sapi_phpdbg_header_handler()
/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_sockets.c120 static int fpm_sockets_hash_op(int sock, struct sockaddr *sa, char *key, int type, int op) /* {{{ */ in fpm_sockets_hash_op()
/PHP-7.2/sapi/cli/
H A Dphp_cli.c410 static int sapi_cli_header_handler(sapi_header_struct *h, sapi_header_op_enum op, sapi_headers_stru… in sapi_cli_header_handler()
/PHP-7.2/sapi/apache2handler/
H A Dsapi_apache2.c85 php_apache_sapi_header_handler(sapi_header_struct *sapi_header, sapi_header_op_enum op, sapi_header… in php_apache_sapi_header_handler()
/PHP-7.2/main/streams/
H A Dphp_stream_transport.h136 } op; member
211 } op; member
/PHP-7.2/main/
H A Dphp_output.h102 int op; member
H A Doutput.c760 static inline int php_output_lock_error(int op) in php_output_lock_error()
775 static inline php_output_context *php_output_context_init(php_output_context *context, int op) in php_output_context_init()
792 int op = context->op; in php_output_context_reset() local
1033 static inline void php_output_op(int op, const char *str, size_t len) in php_output_op()
H A DSAPI.c638 static void sapi_header_add_op(sapi_header_op_enum op, sapi_header_struct *sapi_header) in sapi_header_add_op()
659 SAPI_API int sapi_header_op(sapi_header_op_enum op, void *arg) in sapi_header_op()
/PHP-7.2/ext/standard/
H A Dversioning.c213 char *v1, *v2, *op = NULL; in PHP_FUNCTION() local
H A Dscanf.c588 char op = 0; in php_sscanf_internal() local
H A Dinfo.c335 int op = VER_GREATER_EQUAL; in php_get_windows_name() local
/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.h6492 unsigned char op; /* Constraint operator */ member
H A Dsqlite3.c7531 unsigned char op; /* Constraint operator */ member
17368 u8 op; /* Operation performed by this node */ member
17764 u8 op; /* One of: TK_UNION TK_ALL TK_INTERSECT TK_EXCEPT */ member
18183 u8 op; /* One of TK_DELETE, TK_UPDATE, TK_INSERT */ member
20401 int op; /* One of SQLITE_INSERT, UPDATE, DELETE */ member
20603 SQLITE_PRIVATE sqlite3_int64 sqlite3StatusValue(int op){ in sqlite3StatusValue()
20623 SQLITE_PRIVATE void sqlite3StatusUp(int op, int N){ in sqlite3StatusUp()
20634 SQLITE_PRIVATE void sqlite3StatusDown(int op, int N){ in sqlite3StatusDown()
20648 SQLITE_PRIVATE void sqlite3StatusHighwater(int op, int X){ in sqlite3StatusHighwater()
20669 int op, in sqlite3_status64()
[all …]
/PHP-7.2/ext/reflection/
H A Dphp_reflection.c594 zend_op *op = op_array->opcodes; in _get_recv_op() local
/PHP-7.2/ext/pcre/pcrelib/sljit/
H A DsljitNativeSPARC_32.c38 static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s… in emit_single_op()
H A DsljitNativeSPARC_common.c113 #define DOP(op) ((op) << 5) argument
667 static sljit_s32 emit_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 flags, in emit_op()
794 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) in sljit_emit_op0()
840 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op1()
911 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op2()
981 #define FLOAT_DATA(op) (DOUBLE_DATA | ((op & SLJIT_F32_OP) >> 7)) argument
982 #define SELECT_FOP(op, single, double) ((op & SLJIT_F32_OP) ? single : double) argument
1037 static SLJIT_INLINE sljit_s32 sljit_emit_fop1_cmp(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fop1_cmp()
1058 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop1(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fop1()
1116 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop2(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fop2()
[all …]
H A DsljitNativeTILEGX-encoder.c9555 const struct tilegx_operand *op = in parse_insn_tilegx() local
10123 const struct tilegx_operand *op; in print_insn_tilegx() local
H A DsljitNativeTILEGX_64.c1239 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op,… in sljit_emit_return()
1585 static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s… in emit_single_op()
1959 static sljit_s32 emit_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 flags, sljit_s32 … in emit_op()
2085 …RIBUTE sljit_s32 sljit_emit_op_flags(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst,… in sljit_emit_op_flags()
2168 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) { in sljit_emit_op0()
2192 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, sl… in sljit_emit_op1()
2257 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2(struct sljit_compiler *compiler, sljit_s32 op, sl… in sljit_emit_op2()
2487 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop1(struct sljit_compiler *compiler, sljit_s32 op, s… in sljit_emit_fop1()
2492 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop2(struct sljit_compiler *compiler, sljit_s32 op, s… in sljit_emit_fop2()
H A DsljitNativeX86_32.c264 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op,… in sljit_emit_return()
H A DsljitNativeX86_64.c249 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op,… in sljit_emit_return()
H A DsljitNativeX86_common.c740 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) in sljit_emit_op0()
1031 static sljit_s32 emit_prefetch(struct sljit_compiler *compiler, sljit_s32 op, in emit_prefetch()
1241 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op1()
2121 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2(struct sljit_compiler *compiler, sljit_s32 op,
2283 …IT_INLINE sljit_s32 sljit_emit_fop1_conv_sw_from_f64(struct sljit_compiler *compiler, sljit_s32 op,
2305 …IT_INLINE sljit_s32 sljit_emit_fop1_conv_f64_from_sw(struct sljit_compiler *compiler, sljit_s32 op,
2340 static SLJIT_INLINE sljit_s32 sljit_emit_fop1_cmp(struct sljit_compiler *compiler, sljit_s32 op,
2351 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop1(struct sljit_compiler *compiler, sljit_s32 op,
2417 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop2(struct sljit_compiler *compiler, sljit_s32 op,
2607 …JIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_flags(struct sljit_compiler *compiler, sljit_s32 op,
H A DsljitNativePPC_32.c44 static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s… in emit_single_op()

Completed in 556 milliseconds

123