Home
last modified time | relevance | path

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

/PHP-5.3/ext/hash/
H A Dhash.c85 php_hash_ops *ops; in php_hash_fetch_ops() local
98 PHP_HASH_API void php_hash_register_algo(const char *algo, const php_hash_ops *ops) /* {{{ */ in php_hash_register_algo()
109 PHP_HASH_API int php_hash_copy(const void *ops, void *orig_context, void *dest_context) /* {{{ */ in php_hash_copy()
125 const php_hash_ops *ops; in php_hash_do_hash() local
202 const php_hash_ops *ops; in php_hash_do_hash_hmac() local
318 const php_hash_ops *ops; in PHP_FUNCTION() local
729 …const php_hash_ops *ops = php_hash_fetch_ops(algorithm_lookup.hash_name, strlen(algorithm_lookup.h… in PHP_FUNCTION() local
772 …const php_hash_ops *ops = php_hash_fetch_ops(algorithm_lookup.hash_name, strlen(algorithm_lookup.h… in PHP_FUNCTION() local
H A Dhash_adler32.c52 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.3/ext/session/
H A Dsession.c772 php_hash_ops *ops = (php_hash_ops*)php_hash_fetch_ops(new_value, new_value_length); in PHP_INI_MH() local
/PHP-5.3/main/
H A Dphp_streams.h62 #define php_stream_alloc_rel(ops, thisptr, persistent, mode) _php_stream_alloc((ops), (thisptr), (p… argument
189 php_stream_ops *ops; member
243 #define php_stream_alloc(ops, thisptr, persistent_id, mode) _php_stream_alloc((ops), (thisptr), (pe… argument
/PHP-5.3/main/streams/
H A Dxp_socket.c789 php_stream_ops *ops; in php_stream_generic_socket_factory() local
H A Dstreams.c279 PHPAPI php_stream *_php_stream_alloc(php_stream_ops *ops, void *abstract, const char *persistent_id… in _php_stream_alloc()
/PHP-5.3/ext/standard/
H A Dfilters.c2104 php_stream_filter_ops *ops; member

Completed in 51 milliseconds