Home
last modified time | relevance | path

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

/dports/www/dillo2/dillo-3.0.5/dpi/
H A Dbookmarks.c77 static Dlist *B_bms = NULL; variable
527 dList_append(B_bms, bm_node); in Bms_add()
552 dList_remove(B_bms, bm_node); in Bms_del()
557 if (dList_length(B_bms) == 0) in Bms_del()
577 while ((bm_node = dList_find_custom(B_bms, INT2VOIDP(section), in Bms_sec_del()
636 while ((bm_node = dList_nth_data(B_bms, 0))) { in Bms_free()
668 for (j = 0; (bm_node = dList_nth_data(B_bms, j)); ++j) { in Bms_normalize()
840 for (j = 0; (bm_node = dList_nth_data(B_bms, j)); ++j) { in Bms_save()
973 for (j = 0; (bm_node = dList_nth_data(B_bms, j)); ++j) { in Bmsrv_send_modify_page()
1533 for (j = 0; (bm_node = dList_nth_data(B_bms, j)); ++j) { in send_bm_page()
[all …]