Home | History | Annotate | Download | only in src

Lines Matching refs:engines

312 // Set the preload engines to those named in the array |engines| of size
316 // that the names of the engines are valid.
318 char** engines) {
323 g_variant_builder_add(&variant_builder, "s", engines[i]);
356 // Prints the names of the given engines. Takes the ownership of |engines|.
357 void PrintEngineNames(GList* engines) {
358 for (GList* cursor = engines; cursor; cursor = g_list_next(cursor)) {
364 g_list_free(engines);
370 printf("list_engines List engine names (all engines)\n");
383 printf("preload_engines Preload the listed engines.\n");