/PHP-8.3/ext/hash/ |
H A D | hash.c | 109 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 1277 …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_murmur.c | 73 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 D | hash_xxhash.c | 69 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() 217 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() 267 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 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 int PHP_ADLER32Copy(const php_hash_ops *ops, PHP_ADLER32_CTX *orig_context, PHP_ADLER3… in PHP_ADLER32Copy()
|
H A D | hash_crc32.c | 87 PHP_HASH_API int PHP_CRC32Copy(const php_hash_ops *ops, PHP_CRC32_CTX *orig_context, PHP_CRC32_CTX … in PHP_CRC32Copy()
|
/PHP-8.3/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 | 102 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 | 265 zend_op_array *ops; /* op_array */ variable
|
/PHP-8.3/main/ |
H A D | php_streams.h | 60 #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-8.3/main/streams/ |
H A D | xp_socket.c | 936 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-8.3/Zend/Optimizer/ |
H A D | zend_ssa.h | 140 zend_ssa_op *ops; /* array of SSA instructions */ member
|
/PHP-8.3/ext/standard/ |
H A D | filters.c | 1911 const php_stream_filter_ops *ops; member
|
/PHP-8.3/ext/reflection/ |
H A D | php_reflection.c | 1758 const zend_op_array *ops = &closure_func->op_array; in ZEND_METHOD() local
|