Searched refs:data_ref (Results 1 – 1 of 1) sorted by relevance
1554 xmlZMemBuffGetContent( xmlZMemBuffPtr buff, char ** data_ref ) { in xmlZMemBuffGetContent() argument1559 if ( ( buff == NULL ) || ( data_ref == NULL ) ) in xmlZMemBuffGetContent()1596 *data_ref = (char *)buff->zbuff; in xmlZMemBuffGetContent()