Searched refs:data_ref (Results 1 – 2 of 2) sorted by relevance
171 CFDataRef* data_ref) {184 *data_ref = CGDataProviderCopyData(provider);185 assert(*data_ref);
1746 xmlZMemBuffGetContent( xmlZMemBuffPtr buff, char ** data_ref ) { in xmlZMemBuffGetContent() argument1751 if ( ( buff == NULL ) || ( data_ref == NULL ) ) in xmlZMemBuffGetContent()1788 *data_ref = (char *)buff->zbuff; in xmlZMemBuffGetContent()