Home
last modified time | relevance | path

Searched defs:op (Results 51 – 66 of 66) sorted by relevance

123

/PHP-7.1/Zend/
H A Dzend_inheritance.c489 zend_op *op = fptr->op_array.opcodes; in zend_get_function_declaration() local
H A Dzend_execute.c541 static inline zval *_get_obj_zval_ptr(int op_type, znode_op op, zend_execute_data *execute_data, ze… in _get_obj_zval_ptr()
550 static inline zval *_get_obj_zval_ptr_undef(int op_type, znode_op op, zend_execute_data *execute_da… in _get_obj_zval_ptr_undef()
2549 static void zend_swap_operands(zend_op *op) /* {{{ */ in zend_swap_operands()
H A Dzend_compile.h34 #define SET_UNUSED(op) op ## _type = IS_UNUSED argument
90 znode_op op; member
H A Dzend_compile.c579 #define LITERAL_STR(op, str) do { \ argument
6584 static inline void zend_ct_eval_unary_op(zval *result, uint32_t opcode, zval *op) /* {{{ */ in zend_ct_eval_unary_op()
6591 static inline zend_bool zend_try_ct_eval_unary_pm(zval *result, zend_ast_kind kind, zval *op) /* {{… in zend_try_ct_eval_unary_pm()
H A Dzend_vm_execute.h62686 ZEND_API void zend_serialize_opcode_handler(zend_op *op)
62698 ZEND_API void zend_deserialize_opcode_handler(zend_op *op)
62703 static const void *zend_vm_get_opcode_handler_ex(uint32_t spec, const zend_op* op)
62749 static const void *zend_vm_get_opcode_handler(zend_uchar opcode, const zend_op* op)
62754 ZEND_API void zend_vm_set_opcode_handler(zend_op* op)
62759 ZEND_API void zend_vm_set_opcode_handler_ex(zend_op* op, uint32_t op1_info, uint32_t op2_info, uint…
/PHP-7.1/ext/opcache/
H A Dzend_file_cache.c58 static int zend_file_cache_flock(int fd, int op) in zend_file_cache_flock()
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg.c838 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.1/ext/sqlite3/libsqlite/
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 …]
H A Dsqlite3.h6492 unsigned char op; /* Constraint operator */ member
/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd.h213 #define mysqlnd_set_server_option(conn, op) ((conn)->data)->m->set_server_option((conn)->data, (op)) argument
/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c519 #define OP1(op, dst, dstw, src, srcw) \ argument
521 #define OP2(op, dst, dstw, src1, src1w, src2, src2w) \ argument
537 #define OP_FLAGS(op, dst, dstw, src, srcw, type) \ argument
H A Dpcre_exec.c595 #define op frame->Xop in match() macro
/PHP-7.1/ext/mbstring/oniguruma/
H A Doniguruma.h400 unsigned int op; member
/PHP-7.1/ext/pcre/pcrelib/sljit/
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
/PHP-7.1/ext/gd/libgd/
H A Dgd.c535 int op = -1; in gdImageColorResolveAlpha() local
/PHP-7.1/ext/reflection/
H A Dphp_reflection.c686 zend_op *op = op_array->opcodes; in _get_recv_op() local

Completed in 690 milliseconds

123