Searched refs:uListLength (Results 1 – 12 of 12) sorted by relevance
/external/clearsilver/util/test/ |
D | net_test.c | 41 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()
|
D | listdir_test.c | 30 for (x = 0; x < uListLength(files); x++) in main() 46 for (x = 0; x < uListLength(files); x++) in main()
|
/external/clearsilver/imd/ |
D | imd.c | 784 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/ |
D | wdb.c | 381 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()
|
D | ulist.h | 30 int uListLength (ULIST *ul);
|
D | neo_rand.c | 107 x = neo_rand (uListLength(Words)); in neo_rand_word()
|
D | ulist.c | 282 int uListLength (ULIST *ul) in uListLength() function
|
D | neo_err.c | 418 *val = uListLength(Errors); in nerr_register()
|
D | neo_hdf.c | 930 for (x = 1; x < uListLength(level); x++) in hdf_sort_obj()
|
/external/clearsilver/cgi/ |
D | rfc2388.c | 487 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()
|
D | cgi.c | 720 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/ |
D | csparse.c | 572 initial_stack_depth = uListLength(parse->stack); in cs_parse_string() 695 while (uListLength(parse->stack) > initial_stack_depth) in cs_parse_string()
|