Home
last modified time | relevance | path

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

/php-src/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-src/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-src/ext/com_dotnet/
H A Dcom_typeinfo.c306 zend_string *dispatch_name, bool sink) in php_com_locate_typeinfo() argument
314 if (dispatch_name == NULL && sink) { in php_com_locate_typeinfo()
392 if ((sink && tf == (IMPLTYPEFLAG_FSOURCE|IMPLTYPEFLAG_FDEFAULT)) || in php_com_locate_typeinfo()
393 (!sink && (tf & IMPLTYPEFLAG_FSOURCE) == 0)) { in php_com_locate_typeinfo()
H A Dphp_com_dotnet_internal.h140 zend_string *dispatch_name, bool sink);

Completed in 14 milliseconds