Lines Matching refs:dataSource
708 } dataSource; local
722 bzero(&dataSource, sizeof (dataSource));
794 dataSource.begin = ¤t_admin;
795 dataSource.size = sizeof (current_admin);
796 dataSource.destroy = 0;
917 dataSource.begin = configInfo.str;
918 dataSource.size = configInfo.len;
919 dataSource.destroy = 1;
939 if (dataSource.begin != NULL) {
941 dataSource.begin,
942 dataSource.size);
943 if (dataSource.destroy) {
944 free(dataSource.begin);