Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_opcode.c40 zend_op_array *ops, const zend_op *opline, 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()
92 char *phpdbg_decode_opline(zend_op_array *ops, zend_op *opline) /*{{{ */ in phpdbg_decode_opline()
H A Dphpdbg_info.c211 zend_op_array *ops = &EG(current_execute_data)->func->op_array; in phpdbg_print_symbols() local
311 zend_op_array *ops = in_executor ? &EG(current_execute_data)->func->op_array : PHPDBG_G(ops); in PHPDBG_INFO() local
H A Dphpdbg_bp.c964 zend_op_array *ops; in phpdbg_find_breakpoint_symbol() local
990 static inline phpdbg_breakbase_t *phpdbg_find_breakpoint_method(zend_op_array *ops) /* {{{ */ in phpdbg_find_breakpoint_method()
1046 zend_op_array *ops = (zend_op_array*)function; in phpdbg_find_breakpoint_param() local
1075 zend_op_array *ops = (zend_op_array*) function; in phpdbg_find_breakpoint_param() local
H A Dphpdbg_bp.h117 zend_op_array *ops; member
H A Dphpdbg_print.c127 zend_op_array *ops = &phpdbg_user_execute_data(EG(current_execute_data))->func->op_array; in PHPDBG_PRINT() local
H A Dphpdbg_list.c180 const zend_op_array *ops; in phpdbg_list_function() local
H A Dphpdbg.h271 zend_op_array *ops; /* op_array */ variable
/PHP-7.4/ext/hash/
H A Dhash.c89 php_hash_ops *ops = zend_hash_str_find_ptr(&php_hash_hashtable, lower, algo_len); in php_hash_fetch_ops() local
96 PHP_HASH_API void php_hash_register_algo(const char *algo, const php_hash_ops *ops) /* {{{ */ in php_hash_register_algo()
105 PHP_HASH_API int php_hash_copy(const void *ops, void *orig_context, void *dest_context) /* {{{ */ in php_hash_copy()
122 const php_hash_ops *ops; in php_hash_do_hash() local
244 const php_hash_ops *ops; in php_hash_do_hash_hmac() local
352 const php_hash_ops *ops; in PHP_FUNCTION() local
611 const php_hash_ops *ops; in PHP_FUNCTION() local
631 const php_hash_ops *ops; in PHP_FUNCTION() local
731 const php_hash_ops *ops; in PHP_FUNCTION() local
1028 …const php_hash_ops *ops = php_hash_fetch_ops(algorithm_lookup.hash_name, strlen(algorithm_lookup.h… in PHP_FUNCTION() local
[all …]
H A Dhash_adler32.c57 PHP_HASH_API int PHP_ADLER32Copy(const php_hash_ops *ops, PHP_ADLER32_CTX *orig_context, PHP_ADLER3… in PHP_ADLER32Copy()
H A Dhash_crc32.c76 PHP_HASH_API int PHP_CRC32Copy(const php_hash_ops *ops, PHP_CRC32_CTX *orig_context, PHP_CRC32_CTX … in PHP_CRC32Copy()
H A Dphp_hash.h50 const php_hash_ops *ops; member
H A Dhash_sha3.c245 static int hash_sha3_copy(const void *ops, void *orig_context, void *dest_context) in hash_sha3_copy()
/PHP-7.4/main/
H A Dphp_streams.h62 #define php_stream_alloc_rel(ops, thisptr, persistent, mode) _php_stream_alloc((ops), (thisptr), (p… argument
189 const php_stream_ops *ops; member
250 #define php_stream_alloc(ops, thisptr, persistent_id, mode) _php_stream_alloc((ops), (thisptr), (pe… argument
/PHP-7.4/main/streams/
H A Dxp_socket.c896 const php_stream_ops *ops; in php_stream_generic_socket_factory() local
H A Dstreams.c278 PHPAPI php_stream *_php_stream_alloc(const php_stream_ops *ops, void *abstract, const char *persist… in _php_stream_alloc()
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_ssa.h138 zend_ssa_op *ops; /* array of SSA instructions */ member
/PHP-7.4/ext/standard/
H A Dfilters.c2040 const php_stream_filter_ops *ops; member

Completed in 57 milliseconds