Lines Matching full:data_ref
1712 * @data_ref: Pointer reference to point to compressed content1721 xmlZMemBuffGetContent( xmlZMemBuffPtr buff, char ** data_ref ) {1726 if ( ( buff == NULL ) || ( data_ref == NULL ) )1763 *data_ref = (char *)buff->zbuff;