Home
last modified time | relevance | path

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

/thrift-3.4.0/lib/php/src/ext/thrift_protocol/
Dphp_thrift_protocol.cpp234 zval ret, flushfn; in directFlush() local
236 ZVAL_STRING(&flushfn, "flush"); in directFlush()
238 call_user_function(EG(function_table), &(this->t), &flushfn, &ret, 0, nullptr); in directFlush()
239 zval_dtor(&flushfn); in directFlush()