Home
last modified time | relevance | path

Searched refs:PHPC_STREAM_WRAPPERDATA_ISSET (Results 1 – 4 of 4) sorted by relevance

/dports/security/pecl-crypto/crypto-0.3.1/
H A Dcrypto_stream.c189 if (PHPC_STREAM_WRAPPERDATA_ISSET(stream) && PHPC_TYPE(stream->wrapperdata) != IS_ARRAY) { in php_crypto_stream_set_meta()
192 if (PHPC_STREAM_WRAPPERDATA_ISSET(stream)) { in php_crypto_stream_set_meta()
/dports/security/pecl-crypto/crypto-0.3.1/phpc/
H A Dphpc.h549 #define PHPC_STREAM_WRAPPERDATA_ISSET(stream) stream->wrapperdata macro
899 #define PHPC_STREAM_WRAPPERDATA_ISSET(stream) (Z_TYPE(stream->wrapperdata) != IS_UNDEF) macro
/dports/security/pecl-gnupg/gnupg-1.5.0/phpc/
H A Dphpc.h818 #define PHPC_STREAM_WRAPPERDATA_ISSET(stream) stream->wrapperdata macro
1353 #define PHPC_STREAM_WRAPPERDATA_ISSET(stream) (Z_TYPE(stream->wrapperdata) != IS_UNDEF) macro
/dports/devel/pecl-jsond/jsond-1.4.0/phpc/
H A Dphpc.h800 #define PHPC_STREAM_WRAPPERDATA_ISSET(stream) stream->wrapperdata macro
1318 #define PHPC_STREAM_WRAPPERDATA_ISSET(stream) (Z_TYPE(stream->wrapperdata) != IS_UNDEF) macro