Lines Matching defs:all
54 This is purely a demo app, all retrieved data is simply discarded by the write
72 /* Global information, common to all connections */
335 gchar *buf, *tmp, *all = NULL;
355 if(all) {
356 tmp = all;
357 all = g_strdup_printf("%s%s", tmp, buf);
361 all = g_strdup(buf);
368 if(all) {
369 new_conn(all, (GlobalInfo*)data);
370 g_free(all);