Home
last modified time | relevance | path

Searched refs:cldatatype (Results 1 – 2 of 2) sorted by relevance

/external/ltp/utils/ffsb-6.0-rc2/
Dcirlist.h23 typedef struct ffsb_file *cldatatype; typedef
26 cldatatype obj;
38 void cl_insert_tail(struct cirlist *cl , cldatatype object);
39 cldatatype cl_remove_head(struct cirlist *cl);
Dcirlist.c35 void cl_insert_tail(struct cirlist *cl, cldatatype object) in cl_insert_tail()
66 cldatatype cl_remove_head(struct cirlist *cl) in cl_remove_head()
70 cldatatype ret = NULL; in cl_remove_head()