Home
last modified time | relevance | path

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

/php-src/ext/hash/
H A Dhash_murmur.c73 PHP_HASH_API int PHP_MURMUR3ACopy(const php_hash_ops *ops, PHP_MURMUR3A_CTX *orig_context, PHP_MURM… in PHP_MURMUR3ACopy()
147 PHP_HASH_API int PHP_MURMUR3CCopy(const php_hash_ops *ops, PHP_MURMUR3C_CTX *orig_context, PHP_MURM… in PHP_MURMUR3CCopy()
219 PHP_HASH_API int PHP_MURMUR3FCopy(const php_hash_ops *ops, PHP_MURMUR3F_CTX *orig_context, PHP_MURM… in PHP_MURMUR3FCopy()
H A Dhash.c109 php_hash_ops *ops = zend_hash_find_ptr(&php_hash_hashtable, lower); in php_hash_fetch_ops() local
116 PHP_HASH_API void php_hash_register_algo(const char *algo, const php_hash_ops *ops) /* {{{ */ in php_hash_register_algo()
125 PHP_HASH_API int php_hash_copy(const void *ops, void *orig_context, void *dest_context) /* {{{ */ in php_hash_copy()
363 const php_hash_ops *ops; in php_hash_do_hash() local
505 const php_hash_ops *ops; in php_hash_do_hash_hmac() local
618 const php_hash_ops *ops; in PHP_FUNCTION() local
881 const php_hash_ops *ops; in PHP_FUNCTION() local
904 const php_hash_ops *ops; in PHP_FUNCTION() local
998 const php_hash_ops *ops; in PHP_FUNCTION() local
1273 …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_xxhash.c69 PHP_HASH_API int PHP_XXH32Copy(const php_hash_ops *ops, PHP_XXH32_CTX *orig_context, PHP_XXH32_CTX … in PHP_XXH32Copy()
133 PHP_HASH_API int PHP_XXH64Copy(const php_hash_ops *ops, PHP_XXH64_CTX *orig_context, PHP_XXH64_CTX … in PHP_XXH64Copy()
213 PHP_HASH_API int PHP_XXH3_64_Copy(const php_hash_ops *ops, PHP_XXH3_64_CTX *orig_context, PHP_XXH3_… in PHP_XXH3_64_Copy()
263 PHP_HASH_API int PHP_XXH3_128_Copy(const php_hash_ops *ops, PHP_XXH3_128_CTX *orig_context, PHP_XXH… in PHP_XXH3_128_Copy()
H A Dphp_hash.h58 const php_hash_ops *ops; member
156 static inline void *php_hash_alloc_context(const php_hash_ops *ops) { in php_hash_alloc_context()
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 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-src/sapi/phpdbg/
H A Dphpdbg_info.c211 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.c957 zend_op_array *ops; in phpdbg_find_breakpoint_symbol() local
983 static inline phpdbg_breakbase_t *phpdbg_find_breakpoint_method(zend_op_array *ops) /* {{{ */ in phpdbg_find_breakpoint_method()
1039 zend_op_array *ops = (zend_op_array*)function; in phpdbg_find_breakpoint_param() local
1068 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.c100 zend_op_array *ops = &phpdbg_user_execute_data(EG(current_execute_data))->func->op_array; in PHPDBG_PRINT() local
H A Dphpdbg_list.c174 const zend_op_array *ops; in phpdbg_list_function() local
H A Dphpdbg.h264 zend_op_array *ops; /* op_array */ variable
/php-src/main/
H A Dphp_streams.h60 #define php_stream_alloc_rel(ops, thisptr, persistent, mode) _php_stream_alloc((ops), (thisptr), (p… argument
201 const php_stream_ops *ops; member
267 #define php_stream_alloc(ops, thisptr, persistent_id, mode) _php_stream_alloc((ops), (thisptr), (pe… argument
/php-src/main/streams/
H A Dxp_socket.c935 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-src/ext/opcache/jit/ir/
H A Dir.c1976 ir_ref *ops = insn->ops; local
2134 ir_ref *ops; local
2148 ir_ref *ops = insn->ops; local
2221 ir_ref phi, *ops, i; local
2646 ir_ref *ops = insn->ops; local
H A Dir_ra.c452 ir_ref *ops = ctx->ir_base[ref].ops; in ir_add_osr_entry_loads() local
1108 ir_ref *ops = ctx->ir_base[ref].ops; in ir_add_osr_entry_loads() local
4077 ir_ref *ops = insn->ops; in assign_regs() local
H A Dir_sccp.c1316 ir_ref i, count = insn->inputs_count, *ops = insn->ops + 1; in ir_try_remove_empty_diamond() local
/php-src/Zend/Optimizer/
H A Dzend_ssa.h140 zend_ssa_op *ops; /* array of SSA instructions */ member
/php-src/ext/standard/
H A Dfilters.c1902 const php_stream_filter_ops *ops; member
/php-src/ext/reflection/
H A Dphp_reflection.c1791 const zend_op_array *ops = &closure_func->op_array; in ZEND_METHOD() local

Completed in 99 milliseconds