Home
last modified time | relevance | path

Searched defs:ops (Results 1 – 16 of 16) sorted by relevance

/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_opcode.c38 zend_op_array *ops, const zend_op *opline, const znode_op *op, uint32_t type) /* {{{ */ in phpdbg_decode_op()
65 zend_op_array *ops, const zend_op *opline, znode_op op, zend_uchar op_type, in phpdbg_decode_input_op()
90 char *phpdbg_decode_opline(zend_op_array *ops, zend_op *opline) /*{{{ */ in phpdbg_decode_opline()
H A Dphpdbg_info.c209 zend_op_array *ops = &EG(current_execute_data)->func->op_array; in phpdbg_print_symbols() local
309 zend_op_array *ops = in_executor ? &EG(current_execute_data)->func->op_array : PHPDBG_G(ops); in PHPDBG_INFO() local
H A Dphpdbg_bp.c956 zend_op_array *ops; in phpdbg_find_breakpoint_symbol() local
982 static inline phpdbg_breakbase_t *phpdbg_find_breakpoint_method(zend_op_array *ops) /* {{{ */ in phpdbg_find_breakpoint_method()
1038 zend_op_array *ops = (zend_op_array*)function; in phpdbg_find_breakpoint_param() local
1067 zend_op_array *ops = (zend_op_array*) function; in phpdbg_find_breakpoint_param() local
H A Dphpdbg_bp.h115 zend_op_array *ops; member
H A Dphpdbg_print.c125 zend_op_array *ops = &phpdbg_user_execute_data(EG(current_execute_data))->func->op_array; in PHPDBG_PRINT() local
H A Dphpdbg_list.c178 const zend_op_array *ops; in phpdbg_list_function() local
H A Dphpdbg.h269 zend_op_array *ops; /* op_array */ variable
/PHP-8.0/ext/hash/
H A Dhash.c101 php_hash_ops *ops = zend_hash_find_ptr(&php_hash_hashtable, lower); in php_hash_fetch_ops() local
108 PHP_HASH_API void php_hash_register_algo(const char *algo, const php_hash_ops *ops) /* {{{ */ in php_hash_register_algo()
117 PHP_HASH_API int php_hash_copy(const void *ops, void *orig_context, void *dest_context) /* {{{ */ in php_hash_copy()
355 const php_hash_ops *ops; in php_hash_do_hash() local
493 const php_hash_ops *ops; in php_hash_do_hash_hmac() local
606 const php_hash_ops *ops; in PHP_FUNCTION() local
864 const php_hash_ops *ops; in PHP_FUNCTION() local
887 const php_hash_ops *ops; in PHP_FUNCTION() local
981 const php_hash_ops *ops; in PHP_FUNCTION() local
1266 …const php_hash_ops *ops = zend_hash_str_find_ptr(&php_hash_hashtable, algorithm_lookup.hash_name, … in PHP_FUNCTION() local
[all …]
H A Dhash_adler32.c55 PHP_HASH_API int PHP_ADLER32Copy(const php_hash_ops *ops, PHP_ADLER32_CTX *orig_context, PHP_ADLER3… in PHP_ADLER32Copy()
H A Dphp_hash.h58 const php_hash_ops *ops; member
149 static inline void *php_hash_alloc_context(const php_hash_ops *ops) { in php_hash_alloc_context()
H A Dhash_crc32.c87 PHP_HASH_API int PHP_CRC32Copy(const php_hash_ops *ops, PHP_CRC32_CTX *orig_context, PHP_CRC32_CTX … in PHP_CRC32Copy()
/PHP-8.0/main/
H A Dphp_streams.h60 #define php_stream_alloc_rel(ops, thisptr, persistent, mode) _php_stream_alloc((ops), (thisptr), (p… argument
191 const php_stream_ops *ops; member
252 #define php_stream_alloc(ops, thisptr, persistent_id, mode) _php_stream_alloc((ops), (thisptr), (pe… argument
/PHP-8.0/main/streams/
H A Dxp_socket.c900 const php_stream_ops *ops; in php_stream_generic_socket_factory() local
H A Dstreams.c276 PHPAPI php_stream *_php_stream_alloc(const php_stream_ops *ops, void *abstract, const char *persist… in _php_stream_alloc()
/PHP-8.0/ext/opcache/Optimizer/
H A Dzend_ssa.h141 zend_ssa_op *ops; /* array of SSA instructions */ member
/PHP-8.0/ext/standard/
H A Dfilters.c1908 const php_stream_filter_ops *ops; member

Completed in 69 milliseconds