Home
last modified time | relevance | path

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

/PHP-7.2/sapi/phpdbg/
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()
96 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.2/ext/hash/
H A Dhash.c90 php_hash_ops *ops = zend_hash_str_find_ptr(&php_hash_hashtable, lower, algo_len); in php_hash_fetch_ops() local
97 PHP_HASH_API void php_hash_register_algo(const char *algo, const php_hash_ops *ops) /* {{{ */ in php_hash_register_algo()
106 PHP_HASH_API int php_hash_copy(const void *ops, void *orig_context, void *dest_context) /* {{{ */ in php_hash_copy()
123 const php_hash_ops *ops; in php_hash_do_hash() local
241 const php_hash_ops *ops; in php_hash_do_hash_hmac() local
339 const php_hash_ops *ops; in php_hashcontext_ctor() local
605 const php_hash_ops *ops; in PHP_FUNCTION() local
624 const php_hash_ops *ops; in PHP_FUNCTION() local
724 const php_hash_ops *ops; in PHP_FUNCTION() local
1021 …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.c59 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.c69 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.h52 const php_hash_ops *ops; member
H A Dhash_sha3.c239 static int hash_sha3_copy(const void *ops, void *orig_context, void *dest_context) in hash_sha3_copy()
/PHP-7.2/ext/zip/lib/
H A Dzipwin32.h48 struct _zip_source_win32_file_ops *ops; member
H A Dzip_source_win32handle.c73 …t start, zip_int64_t len, int closep, const zip_stat_t *st, _zip_source_win32_file_ops_t *ops, zip… in _zip_source_win32_handle_or_name()
/PHP-7.2/main/
H A Dphp_streams.h64 #define php_stream_alloc_rel(ops, thisptr, persistent, mode) _php_stream_alloc((ops), (thisptr), (p… argument
191 php_stream_ops *ops; member
252 #define php_stream_alloc(ops, thisptr, persistent_id, mode) _php_stream_alloc((ops), (thisptr), (pe… argument
/PHP-7.2/main/streams/
H A Dxp_socket.c886 php_stream_ops *ops; in php_stream_generic_socket_factory() local
H A Dstreams.c270 PHPAPI php_stream *_php_stream_alloc(php_stream_ops *ops, void *abstract, const char *persistent_id… in _php_stream_alloc()
/PHP-7.2/ext/opcache/Optimizer/
H A Dzend_ssa.h130 zend_ssa_op *ops; /* array of SSA instructions */ member
/PHP-7.2/ext/standard/
H A Dfilters.c2033 php_stream_filter_ops *ops; member

Completed in 76 milliseconds