Home
last modified time | relevance | path

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

/PHP-5.5/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
879 …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.h50 const php_hash_ops *ops; member
/PHP-5.5/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.5/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.5/main/streams/
H A Dxp_socket.c786 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.5/ext/standard/
H A Dfilters.c2143 php_stream_filter_ops *ops; member

Completed in 65 milliseconds