Home
last modified time | relevance | path

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

/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_opcode.c29 static inline zend_uint phpdbg_decode_literal(zend_op_array *ops, zend_literal *literal TSRMLS_DC) … in phpdbg_decode_literal()
43 static inline char *phpdbg_decode_op(zend_op_array *ops, znode_op *op, zend_uint type, HashTable *v… in phpdbg_decode_op()
78 char *phpdbg_decode_opline(zend_op_array *ops, zend_op *op, HashTable *vars TSRMLS_DC) /*{{{ */ in phpdbg_decode_opline()
H A Dphpdbg_info.c124 zend_op_array *ops = EG(active_op_array); in PHPDBG_INFO() local
210 zend_op_array *ops = EG(active_op_array) ? EG(active_op_array) : PHPDBG_G(ops); in PHPDBG_INFO() local
H A Dphpdbg_print.c129 zend_op_array *ops = EG(active_op_array); in PHPDBG_PRINT() local
H A Dphpdbg_list.c184 const zend_op_array *ops; in phpdbg_list_function() local
H A Dphpdbg_bp.h103 zend_op_array *ops; member
H A Dphpdbg_bp.c813 zend_op_array *ops; in phpdbg_find_breakpoint_symbol() local
908 zend_op_array *ops = (zend_op_array*)function; in phpdbg_find_breakpoint_param() local
937 zend_op_array *ops = (zend_op_array*) function; in phpdbg_find_breakpoint_param() local
H A Dphpdbg.h200 zend_op_array *ops; /* op_array */ variable
/PHP-5.6/ext/hash/
H A Dhash.c91 php_hash_ops *ops; in php_hash_fetch_ops() local
104 PHP_HASH_API void php_hash_register_algo(const char *algo, const php_hash_ops *ops) /* {{{ */ in php_hash_register_algo()
115 PHP_HASH_API int php_hash_copy(const void *ops, void *orig_context, void *dest_context) /* {{{ */ in php_hash_copy()
131 const php_hash_ops *ops; in php_hash_do_hash() local
221 static inline void php_hash_hmac_prep_key(unsigned char *K, const php_hash_ops *ops, void *context,… in php_hash_hmac_prep_key()
235 static inline void php_hash_hmac_round(unsigned char *final, const php_hash_ops *ops, void *context… in php_hash_hmac_round()
247 const php_hash_ops *ops; in php_hash_do_hash_hmac() local
344 const php_hash_ops *ops; in PHP_FUNCTION() local
622 const php_hash_ops *ops; in PHP_FUNCTION() local
919 …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.h55 const php_hash_ops *ops; member
/PHP-5.6/ext/session/
H A Dsession.c730 php_hash_ops *ops = (php_hash_ops*)php_hash_fetch_ops(new_value, new_value_length); in PHP_INI_MH() local
/PHP-5.6/main/
H A Dphp_streams.h62 #define php_stream_alloc_rel(ops, thisptr, persistent, mode) _php_stream_alloc((ops), (thisptr), (p… argument
187 php_stream_ops *ops; member
243 #define php_stream_alloc(ops, thisptr, persistent_id, mode) _php_stream_alloc((ops), (thisptr), (pe… argument
/PHP-5.6/main/streams/
H A Dxp_socket.c807 php_stream_ops *ops; in php_stream_generic_socket_factory() local
H A Dstreams.c288 PHPAPI php_stream *_php_stream_alloc(php_stream_ops *ops, void *abstract, const char *persistent_id… in _php_stream_alloc()
/PHP-5.6/ext/standard/
H A Dfilters.c2143 php_stream_filter_ops *ops; member

Completed in 142 milliseconds