Home
last modified time | relevance | path

Searched refs:sink (Results 1 – 6 of 6) sorted by relevance

/PHP-8.1/ext/standard/tests/general_functions/
H A Dgh12655.phpt14 // don't do anything, just the fact that we used "&$d" will sink the ship!
/PHP-8.1/ext/gd/libgd/
H A Dgd_io_ss.c123 res = (lctx->snk->sink) (lctx->snk->context, buf, size); in sinkPutbuf()
H A Dgdtest.c185 imgsnk.sink = fwriteWrapper; in main()
H A Dgd.h656 int (*sink) (void *context, const char *buffer, int len); member
/PHP-8.1/ext/com_dotnet/
H A Dcom_typeinfo.c300 …o *php_com_locate_typeinfo(char *typelibname, php_com_dotnet_object *obj, char *dispname, int sink) in php_com_locate_typeinfo() argument
308 if (dispname == NULL && sink) { in php_com_locate_typeinfo()
386 if ((sink && tf == (IMPLTYPEFLAG_FSOURCE|IMPLTYPEFLAG_FDEFAULT)) || in php_com_locate_typeinfo()
387 (!sink && (tf & IMPLTYPEFLAG_FSOURCE) == 0)) { in php_com_locate_typeinfo()
H A Dphp_com_dotnet_internal.h140 … *php_com_locate_typeinfo(char *typelibname, php_com_dotnet_object *obj, char *dispname, int sink);

Completed in 22 milliseconds