Searched refs:sink (Results 1 – 6 of 6) sorted by relevance
/PHP-7.2/ext/com_dotnet/ |
H A D | com_com.c | 702 zval *object, *sinkobject, *sink=NULL; in PHP_FUNCTION() local 710 &object, php_com_variant_class_entry, &sinkobject, &sink)) { in PHP_FUNCTION() 717 if (sink && Z_TYPE_P(sink) == IS_ARRAY) { in PHP_FUNCTION() 721 if ((tmp = zend_hash_index_find(Z_ARRVAL_P(sink), 0)) != NULL && Z_TYPE_P(tmp) == IS_STRING) in PHP_FUNCTION() 723 if ((tmp = zend_hash_index_find(Z_ARRVAL_P(sink), 1)) != NULL && Z_TYPE_P(tmp) == IS_STRING) in PHP_FUNCTION() 725 } else if (sink != NULL) { in PHP_FUNCTION() 726 convert_to_string(sink); in PHP_FUNCTION() 727 dispname = Z_STRVAL_P(sink); in PHP_FUNCTION()
|
H A D | com_typeinfo.c | 264 …o *php_com_locate_typeinfo(char *typelibname, php_com_dotnet_object *obj, char *dispname, int sink) in php_com_locate_typeinfo() argument 272 if (dispname == NULL && sink) { in php_com_locate_typeinfo() 346 if ((sink && tf == (IMPLTYPEFLAG_FSOURCE|IMPLTYPEFLAG_FDEFAULT)) || in php_com_locate_typeinfo() 347 (!sink && (tf & IMPLTYPEFLAG_FSOURCE) == 0)) { in php_com_locate_typeinfo()
|
H A D | php_com_dotnet_internal.h | 180 … *php_com_locate_typeinfo(char *typelibname, php_com_dotnet_object *obj, char *dispname, int sink);
|
/PHP-7.2/ext/gd/libgd/ |
H A D | gd_io_ss.c | 123 res = (lctx->snk->sink) (lctx->snk->context, buf, size); in sinkPutbuf()
|
H A D | gdtest.c | 185 imgsnk.sink = fwriteWrapper; in main()
|
H A D | gd.h | 641 int (*sink) (void *context, const char *buffer, int len); member
|
Completed in 30 milliseconds