Home
last modified time | relevance | path

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

123

/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c6170 unsigned char op; /* Constraint operator */ member
14868 u8 op; /* Operation performed by this node */ member
15244 u8 op; /* One of: TK_UNION TK_ALL TK_INTERSECT TK_EXCEPT */ member
15649 u8 op; /* One of TK_DELETE, TK_UPDATE, TK_INSERT */ member
18060 int op; /* One of SQLITE_INSERT, UPDATE, DELETE */ member
18238 SQLITE_PRIVATE sqlite3_int64 sqlite3StatusValue(int op){ in sqlite3StatusValue()
18258 SQLITE_PRIVATE void sqlite3StatusUp(int op, int N){ in sqlite3StatusUp()
18269 SQLITE_PRIVATE void sqlite3StatusDown(int op, int N){ in sqlite3StatusDown()
18283 SQLITE_PRIVATE void sqlite3StatusHighwater(int op, int X){ in sqlite3StatusHighwater()
18305 int op, in sqlite3_status64()
[all …]
H A Dsqlite3.h5910 unsigned char op; /* Constraint operator */ member
/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd.h208 #define mysqlnd_set_server_option(conn, op) ((conn)->data)->m->set_server_option((conn)->data, (op)) argument
/PHP-7.0/Zend/
H A Dzend_compile.h36 #define SET_UNUSED(op) op ## _type = IS_UNUSED argument
92 znode_op op; member
H A Dzend_execute.c549 static inline zval *_get_obj_zval_ptr(int op_type, znode_op op, zend_execute_data *execute_data, ze… in _get_obj_zval_ptr()
558 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()
H A Dzend_compile.c560 #define LITERAL_STR(op, str) do { \ argument
5886 static inline void zend_ct_eval_unary_op(zval *result, uint32_t opcode, zval *op) /* {{{ */ in zend_ct_eval_unary_op()
5893 static inline void zend_ct_eval_unary_pm(zval *result, zend_ast_kind kind, zval *op) /* {{{ */ in zend_ct_eval_unary_pm()
H A Dzend_vm_execute.h50327 static const void *zend_vm_get_opcode_handler(zend_uchar opcode, const zend_op* op)
50351 ZEND_API void zend_vm_set_opcode_handler(zend_op* op)
/PHP-7.0/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.0/ext/mbstring/oniguruma/
H A Doniguruma.h400 unsigned int op; member
/PHP-7.0/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.0/ext/gd/libgd/
H A Dgd.c535 int op = -1; in gdImageColorResolveAlpha() local
/PHP-7.0/ext/reflection/
H A Dphp_reflection.c658 zend_op *op = op_array->opcodes; in _get_recv_op() local

Completed in 804 milliseconds

123