/php-src/ext/hash/ |
H A D | hash_murmur.c | 78 PHP_HASH_API zend_result PHP_MURMUR3ACopy(const php_hash_ops *ops, const PHP_MURMUR3A_CTX *orig_con… in PHP_MURMUR3ACopy() 157 PHP_HASH_API zend_result PHP_MURMUR3CCopy(const php_hash_ops *ops, const PHP_MURMUR3C_CTX *orig_con… in PHP_MURMUR3CCopy() 234 PHP_HASH_API zend_result PHP_MURMUR3FCopy(const php_hash_ops *ops, const PHP_MURMUR3F_CTX *orig_con… in PHP_MURMUR3FCopy()
|
H A D | hash.c | 108 const php_hash_ops *ops = zend_hash_find_ptr(&php_hash_hashtable, lower); in php_hash_fetch_ops() local 115 PHP_HASH_API void php_hash_register_algo(const char *algo, const php_hash_ops *ops) /* {{{ */ in php_hash_register_algo() 124 PHP_HASH_API zend_result php_hash_copy(const void *ops, const void *orig_context, void *dest_contex… in php_hash_copy() 362 const php_hash_ops *ops; in php_hash_do_hash() local 504 const php_hash_ops *ops; in php_hash_do_hash_hmac() local 617 const php_hash_ops *ops; in PHP_FUNCTION() local 880 const php_hash_ops *ops; in PHP_FUNCTION() local 903 const php_hash_ops *ops; in PHP_FUNCTION() local 997 const php_hash_ops *ops; in PHP_FUNCTION() local 1276 …const php_hash_ops *ops = zend_hash_str_find_ptr(&php_hash_hashtable, algorithm_lookup.hash_name, … in PHP_FUNCTION() local [all …]
|
H A D | hash_xxhash.c | 72 PHP_HASH_API zend_result PHP_XXH32Copy(const php_hash_ops *ops, const PHP_XXH32_CTX *orig_context, … in PHP_XXH32Copy() 137 PHP_HASH_API zend_result PHP_XXH64Copy(const php_hash_ops *ops, const PHP_XXH64_CTX *orig_context, … in PHP_XXH64Copy() 228 PHP_HASH_API zend_result PHP_XXH3_64_Copy(const php_hash_ops *ops, const PHP_XXH3_64_CTX *orig_cont… in PHP_XXH3_64_Copy() 278 PHP_HASH_API zend_result PHP_XXH3_128_Copy(const php_hash_ops *ops, const PHP_XXH3_128_CTX *orig_co… in PHP_XXH3_128_Copy()
|
H A D | php_hash.h | 58 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 D | hash_adler32.c | 55 PHP_HASH_API zend_result PHP_ADLER32Copy(const php_hash_ops *ops, const PHP_ADLER32_CTX *orig_conte… in PHP_ADLER32Copy()
|
H A D | hash_crc32.c | 87 PHP_HASH_API zend_result PHP_CRC32Copy(const php_hash_ops *ops, const PHP_CRC32_CTX *orig_context, … in PHP_CRC32Copy()
|
/php-src/sapi/phpdbg/ |
H A D | phpdbg_info.c | 211 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 D | phpdbg_bp.c | 957 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 D | phpdbg_bp.h | 115 zend_op_array *ops; member
|
H A D | phpdbg_print.c | 100 zend_op_array *ops = &phpdbg_user_execute_data(EG(current_execute_data))->func->op_array; in PHPDBG_PRINT() local
|
H A D | phpdbg_list.c | 174 const zend_op_array *ops; in phpdbg_list_function() local
|
H A D | phpdbg.h | 267 zend_op_array *ops; /* op_array */ variable
|
/php-src/main/ |
H A D | php_streams.h | 60 #define php_stream_alloc_rel(ops, thisptr, persistent, mode) _php_stream_alloc((ops), (thisptr), (p… argument 197 const php_stream_ops *ops; member 263 #define php_stream_alloc(ops, thisptr, persistent_id, mode) _php_stream_alloc((ops), (thisptr), (pe… argument
|
/php-src/main/streams/ |
H A D | xp_socket.c | 940 const php_stream_ops *ops; in php_stream_generic_socket_factory() local
|
H A D | streams.c | 278 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 D | ir.c | 2004 ir_ref *ops = insn->ops; local 2162 ir_ref *ops; local 2176 ir_ref *ops = insn->ops; local 2249 ir_ref phi, *ops, i; local 2714 ir_ref *ops = insn->ops; local
|
H A D | ir_ra.c | 452 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 4080 ir_ref *ops = insn->ops; in assign_regs() local
|
H A D | ir_sccp.c | 1317 ir_ref i, count = insn->inputs_count, *ops = insn->ops + 1; in ir_try_remove_empty_diamond() local
|
/php-src/Zend/Optimizer/ |
H A D | zend_ssa.h | 140 zend_ssa_op *ops; /* array of SSA instructions */ member
|
/php-src/ext/standard/ |
H A D | filters.c | 1899 const php_stream_filter_ops *ops; member
|
/php-src/ext/reflection/ |
H A D | php_reflection.c | 1797 const zend_op_array *ops = &closure_func->op_array; in ZEND_METHOD() local
|