Searched refs:list_create_from_array (Results 1 – 3 of 3) sorted by relevance
187 list_t * list_create_from_array(int count, void ** data); /* array values are NOT copied */
794 arglist = list_create_from_array(argc -1, (void**)&argv[1]); in main()
940 list_t * list_create_from_array(int count, void ** data) in list_create_from_array() function