Lines Matching refs:dataSource
709 } dataSource; local
723 bzero(&dataSource, sizeof (dataSource));
795 dataSource.begin = ¤t_admin;
796 dataSource.size = sizeof (current_admin);
797 dataSource.destroy = 0;
918 dataSource.begin = configInfo.str;
919 dataSource.size = configInfo.len;
920 dataSource.destroy = 1;
940 if (dataSource.begin != NULL) {
942 dataSource.begin,
943 dataSource.size);
944 if (dataSource.destroy) {
945 free(dataSource.begin);