Home | History | Annotate | Download | only in back-mdb

Lines Matching defs:ice

193 			mdb_tool_idl_cache_entry *ice;
198 while ((ice = mdb_tool_axinfo[i]->ai_flist)) {
199 mdb_tool_axinfo[i]->ai_flist = ice->next;
200 free(ice);
1313 mdb_tool_idl_cache_entry *ice;
1375 for ( ice = ic->head, n=0; ice; ice = ice->next, n++ ) {
1377 if ( ice->next ) {
1385 data[0].mv_data = ice->ids;
1447 mdb_tool_idl_cache_entry *ice;
1520 ice = ax->ai_flist;
1521 ax->ai_flist = ice->next;
1523 ice = ch_malloc( sizeof( mdb_tool_idl_cache_entry ));
1525 ice->next = NULL;
1527 ic->head = ice;
1529 ic->tail->next = ice;
1531 ic->tail = ice;
1533 ice->ids[lcount-1] = 0;
1537 ice = ic->tail;
1538 if (!lcount || ice->ids[lcount-1] != id) {
1539 ice->ids[lcount] = id;