HomeSort by relevance Sort by last modified time
    Searched refs:uListLength (Results 1 - 12 of 12) sorted by null

  /external/clearsilver/util/test/
listdir_test.c 30 for (x = 0; x < uListLength(files); x++)
46 for (x = 0; x < uListLength(files); x++)
net_test.c 41 err = ne_net_write_int(nsock, uListLength(stuff));
44 for (x = 0; x < uListLength(stuff); x++)
88 if (x != uListLength(stuff))
90 err = nerr_raise(NERR_ASSERT, "Incoming length is not equal to expected length: %d != %d", x, uListLength(stuff));
94 for (x = 0; x < uListLength(stuff); x++)
  /external/clearsilver/util/
neo_rand.c 107 x = neo_rand (uListLength(Words));
ulist.h 30 int uListLength (ULIST *ul);
wdb.c 381 len = uListLength(wdb->cols_l);
702 len = uListLength(wdb->cols_l);
834 x = uListLength (wdb->cols_l);
855 len = uListLength (wdb->cols_l);
903 len = uListLength(wdb->cols_l);
942 len = uListLength(wdb->cols_l);
1030 len = uListLength(col_def);
1155 len = uListLength (wdb->cols_l);
1191 len = uListLength(wdb->cols_l);
    [all...]
ulist.c 282 int uListLength (ULIST *ul)
neo_err.c 418 *val = uListLength(Errors);
neo_hdf.c 930 for (x = 1; x < uListLength(level); x++)
    [all...]
  /external/clearsilver/imd/
imd.c 784 for (x = 0; x < uListLength(files); x++)
807 if (i + x > uListLength(files)) break;
889 for (y = 0; y < uListLength(albums); y++)
903 err = hdf_set_int_value(cgi->hdf, buf, uListLength(files));
905 for (x = 0; (x < 4) && (x < uListLength(files)); x++)
966 err = hdf_set_int_value(cgi->hdf, "Album.Count", uListLength(files));
968 if (start > uListLength(files)) start = 0;
970 if (next > uListLength(files)) next = uListLength(files);
973 last = uListLength(files) - per_page
    [all...]
  /external/clearsilver/cgi/
rfc2388.c 487 err = hdf_set_int_value (cgi->hdf, buf, uListLength(cgi->files));
493 err = uListGet(cgi->filenames, uListLength(cgi->filenames)-1,
cgi.c 720 err = hdf_set_int_value (cgi->hdf, "PUT.FileHandle", uListLength(cgi->files));
725 err = uListGet(cgi->filenames, uListLength(cgi->filenames)-1,
    [all...]
  /external/clearsilver/cs/
csparse.c 572 initial_stack_depth = uListLength(parse->stack);
695 while (uListLength(parse->stack) > initial_stack_depth)
    [all...]

Completed in 256 milliseconds