Home
last modified time | relevance | path

Searched refs:uListLength (Results 1 – 12 of 12) sorted by relevance

/external/clearsilver/util/test/
Dnet_test.c41 err = ne_net_write_int(nsock, uListLength(stuff)); in client_proc()
44 for (x = 0; x < uListLength(stuff); x++) in client_proc()
88 if (x != uListLength(stuff)) in server_proc()
90 …e(NERR_ASSERT, "Incoming length is not equal to expected length: %d != %d", x, uListLength(stuff)); in server_proc()
94 for (x = 0; x < uListLength(stuff); x++) in server_proc()
Dlistdir_test.c30 for (x = 0; x < uListLength(files); x++) in main()
46 for (x = 0; x < uListLength(files); x++) in main()
/external/clearsilver/imd/
Dimd.c784 for (x = 0; x < uListLength(files); x++) in dowork_picture()
807 if (i + x > uListLength(files)) break; in dowork_picture()
889 for (y = 0; y < uListLength(albums); y++) in dowork_album_overview()
903 err = hdf_set_int_value(cgi->hdf, buf, uListLength(files)); in dowork_album_overview()
905 for (x = 0; (x < 4) && (x < uListLength(files)); x++) in dowork_album_overview()
966 err = hdf_set_int_value(cgi->hdf, "Album.Count", uListLength(files)); in dowork_album()
968 if (start > uListLength(files)) start = 0; in dowork_album()
970 if (next > uListLength(files)) next = uListLength(files); in dowork_album()
973 last = uListLength(files) - per_page; in dowork_album()
/external/clearsilver/util/
Dwdb.c381 len = uListLength(wdb->cols_l); in wdb_save_defn_v1()
702 len = uListLength(wdb->cols_l); in pack_row()
834 x = uListLength (wdb->cols_l); in wdb_column_insert()
855 len = uListLength (wdb->cols_l); in wdb_column_insert()
903 len = uListLength(wdb->cols_l); in wdb_column_update()
942 len = uListLength(wdb->cols_l); in wdb_column_delete()
1030 len = uListLength(col_def); in wdb_create()
1155 len = uListLength (wdb->cols_l); in alloc_row()
1191 len = uListLength(wdb->cols_l); in wdbr_destroy()
1552 len = uListLength(wdb->cols_l); in wdb_keys()
Dulist.h30 int uListLength (ULIST *ul);
Dneo_rand.c107 x = neo_rand (uListLength(Words)); in neo_rand_word()
Dulist.c282 int uListLength (ULIST *ul) in uListLength() function
Dneo_err.c418 *val = uListLength(Errors); in nerr_register()
Dneo_hdf.c930 for (x = 1; x < uListLength(level); x++) in hdf_sort_obj()
/external/clearsilver/cgi/
Drfc2388.c487 err = hdf_set_int_value (cgi->hdf, buf, uListLength(cgi->files)); in _read_part()
493 err = uListGet(cgi->filenames, uListLength(cgi->filenames)-1, in _read_part()
Dcgi.c720 err = hdf_set_int_value (cgi->hdf, "PUT.FileHandle", uListLength(cgi->files)); in cgi_parse()
725 err = uListGet(cgi->filenames, uListLength(cgi->filenames)-1, in cgi_parse()
/external/clearsilver/cs/
Dcsparse.c572 initial_stack_depth = uListLength(parse->stack); in cs_parse_string()
695 while (uListLength(parse->stack) > initial_stack_depth) in cs_parse_string()