Searched refs:graph_buf (Results 1 – 1 of 1) sorted by relevance
228 TF_Buffer *graph_buf; in read_graph() local251 graph_buf = TF_NewBuffer(); in read_graph()252 graph_buf->data = graph_data; in read_graph()253 graph_buf->length = size; in read_graph()254 graph_buf->data_deallocator = free_buffer; in read_graph()256 return graph_buf; in read_graph()