Home
last modified time | relevance | path

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

/external/curl/lib/
Dcontent_encoding.h36 CURLcode (*init_writer)(struct connectdata *conn, member
Dcontent_encoding.c981 if(handler->init_writer(conn, writer)) { in new_unencoding_writer()
/external/tensorflow/tensorflow/python/debug/lib/
Ddebug_events_writer_test.py44 def init_writer(): function
50 thread = threading.Thread(target=init_writer)