Home
last modified time | relevance | path

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

/dports/www/dillo2/dillo-3.0.5/src/
H A Dbw.c98 a_Url_free(dList_nth_data(bw->PageUrls, j)); in a_Bw_free()
102 dFree(dList_nth_data(bw->nav_stack, j)); in a_Bw_free()
183 while ((data = dList_nth_data(bw->RootClients, 0))) { in a_Bw_stop_clients()
191 while ((data = dList_nth_data(bw->ImageClients, 0))) { in a_Bw_stop_clients()
232 doc = dList_nth_data(bw->Docs, 0); in a_Bw_get_current_doc()
277 while ((data = dList_nth_data(bw->RootClients, 0))) { in a_Bw_cleanup()
281 while ((data = dList_nth_data(bw->ImageClients, 0))) { in a_Bw_cleanup()
285 while ((data = dList_nth_data(bw->PageUrls, 0))) { in a_Bw_cleanup()
H A Dauth.c361 for (i = 0; (host = dList_nth_data(auth_hosts, i)); i++) in Auth_host_by_url()
378 for (i = 0; (realm = dList_nth_data(host->realms, i)); i++) in Auth_realm_by_name()
396 for (i = 0; (realm = dList_nth_data(host->realms, i)); i++) { in Auth_realm_by_path()
399 for (j = 0; (realm_path = dList_nth_data(realm->paths, j)); j++) { in Auth_realm_by_path()
418 dFree(dList_nth_data(realm->paths, i)); in Auth_realm_delete()
435 for (i = 0; (realm_path = dList_nth_data(realm->paths, i)); i++) in Auth_realm_includes_path()
455 for (i = 0; (realm_path = dList_nth_data(realm->paths, i)); i++) { in Auth_realm_add_path()
675 for (i = 0; (chal = dList_nth_data(challenges, i)); ++i) in a_Auth_do_auth()
679 for (i = 0; (chal = dList_nth_data(challenges, i)); ++i) in a_Auth_do_auth()
H A Dnav.c64 nav_stack_item *nsi = dList_nth_data (bw->nav_stack, i); in a_Nav_get_uidx()
75 nsi = dList_nth_data (bw->nav_stack, a_Nav_stack_ptr(bw)); in a_Nav_get_top_uidx()
112 data = dList_nth_data(bw->nav_stack, pos); in Nav_stack_truncate()
142 if ((nsi = dList_nth_data (bw->nav_stack, a_Nav_stack_ptr(bw)))) { in Nav_get_scroll_pos()
157 if ((nsi = dList_nth_data (bw->nav_stack, idx))) { in Nav_save_scroll_pos()
175 void *data = dList_nth_data (bw->nav_stack, i - 1); in Nav_stack_clean()
H A Dcache.c288 for (i = 0; (auth_field = dList_nth_data(auth, i)); ++i) in Cache_auth_free()
333 for (i = 0; (Client = dList_nth_data(ClientQueue, i)); ++i) { in Cache_entry_remove()
705 for (i = 0; (data = dList_nth_data(warnings, i)); ++i) { in Cache_parse_header()
741 for (i = 0; (client = dList_nth_data(ClientQueue, i)); ++i) { in Cache_parse_header()
756 for (i = 0; (data = dList_nth_data(Cookies, i)); ++i) in Cache_parse_header()
1154 for (i = 0; (Client = dList_nth_data(ClientQueue, i)); ++i) { in Cache_process_queue()
1305 while ((entry = (CacheEntry_t *)dList_nth_data(DelayedQueue, 0))) { in Cache_delayed_process_queue_callback()
1344 for (i = 0; (iClient = dList_nth_data(ClientQueue, i)); ++i) { in a_Cache_client_get_if_unique()
1392 while ((Client = dList_nth_data(ClientQueue, 0))) in a_Cache_freeall()
1396 while ((data = dList_nth_data(CachedURLs, 0))) { in a_Cache_freeall()
H A Dklist.c119 node = dList_nth_data(Klist->List, 0); in a_Klist_free()
H A Dkeys.cc173 while ((node = (KeyBinding_t*)dList_nth_data(bindings, 0))) { in free()
298 KeyBinding_t *node = (KeyBinding_t*)dList_nth_data(bindings, i); in getShortcut()
H A Ddns.c331 a_Dns_dillohost_to_string(dList_nth_data(hosts, i), in Dns_server()
508 dFree(dList_nth_data(dns_cache[i].addr_list, j)); in a_Dns_freeall()
H A Dprefs.c146 dFree(dList_nth_data(prefs.search_urls, i)); in a_Prefs_freeall()
H A Ddicache.c512 for (i = 0; (entry = dList_nth_data(CachedIMGs, i)); ++i) { in a_Dicache_cleanup()
538 while ((entry = dList_nth_data(CachedIMGs, dList_length(CachedIMGs)-1))) { in a_Dicache_freeall()
H A Dform.cc1170 Dstr *file = (Dstr *) dList_nth_data(values, 0); in buildQueryData()
1190 Dstr *val = (Dstr *) dList_nth_data(values, 0); in buildQueryData()
1197 x = (Dstr *) dList_nth_data(values, 0); in buildQueryData()
1199 y = (Dstr *) dList_nth_data(values, 0); in buildQueryData()
1209 Dstr *val = (Dstr *) dList_nth_data(values, 0); in buildQueryData()
1278 dstr = (Dstr *) dList_nth_data(values, 0); in makeMultipartBoundary()
H A Dcookies.c156 for (i = 0; (cookie_string = dList_nth_data(cookie_strings, i)); ++i) { in a_Cookies_set()
H A Dcapi.c177 conn = dList_nth_data (CapiConns, i); in Capi_conn_resume()
201 conn = dList_nth_data (CapiConns, i); in a_Capi_conn_abort_by_url()
H A Dprefsparser.cc88 void *data = dList_nth_data(lp, i); in parseOption()
H A Ddialog.cc188 source = (char *)dList_nth_data(prefs.search_urls, i); in a_Dialog_input()
H A Duicmd.cc684 (const char *)dList_nth_data(prefs.search_urls, p); in UIcmd_find_search_str()
1052 *src = (char*)dList_nth_data(prefs.search_urls, prefs.search_url_idx); in UIcmd_make_search_str()
/dports/www/dillo2/dillo-3.0.5/dpi/
H A Dbookmarks.c636 while ((bm_node = dList_nth_data(B_bms, 0))) { in Bms_free()
640 while ((sec_node = dList_nth_data(B_secs, 0))) { in Bms_free()
659 for (i = 0; (sec_node = dList_nth_data(B_secs, i)); ++i) { in Bms_normalize()
665 for (i = 0; (sec_node = dList_nth_data(B_secs, i)); ++i) { in Bms_normalize()
831 for (i = 0; (sec_node = dList_nth_data(B_secs, i)); ++i) { in Bms_save()
839 for (i = 0; (sec_node = dList_nth_data(B_secs, i)); ++i) { in Bms_save()
840 for (j = 0; (bm_node = dList_nth_data(B_bms, j)); ++j) { in Bms_save()
948 for (i = 0; (sec_node = dList_nth_data(B_secs, i)); ++i) { in Bmsrv_send_modify_page()
963 for (i = 0; (sec_node = dList_nth_data(B_secs, i)); ++i) { in Bmsrv_send_modify_page()
1508 for (i = 0; (sec_node = dList_nth_data(B_secs, i)); ++i) { in send_bm_page()
[all …]
H A Dcookies.c412 while ((node = dList_nth_data(domains, 0))) { in Cookies_save_and_free()
413 for (i = 0; (cookie = dList_nth_data(node->cookies, i)); ++i) { in Cookies_save_and_free()
557 CookieData_t *lru = dList_nth_data(cookies, 0); in Cookies_get_LRU()
560 CookieData_t *curr = dList_nth_data(cookies, i); in Cookies_get_LRU()
583 CookieData_t *c = dList_nth_data(cookies, i); in Cookies_rm_expired_cookies()
1175 for (i = 0; (cookie = dList_nth_data(domain_cookies, i)); ++i) { in Cookies_add_matching_cookies()
1195 (curr = dList_nth_data(matching_cookies, j)) && in Cookies_add_matching_cookies()
1277 for (i = 0; (cookie = dList_nth_data(matching_cookies, i)); ++i) { in Cookies_get()
H A Dfile.c275 finfo = dList_nth_data(Ddir->flist, i); in File_dillodir_free()
478 File_info2html(client, dList_nth_data(Ddir->flist,n), n+1); in File_send_dir()
987 for (i = 0; (client = dList_nth_data(Clients, i)); ++i) { in File_serve_clients()
1016 for (i = 0; (client = dList_nth_data(Clients, i)); ++i) { in File_check_fds()
/dports/www/dillo2/dillo-3.0.5/src/IO/
H A Dhttp.c400 for (i = 0; (dh = dList_nth_data(S->addr_list, i)); ++i) { in Http_connect_socket()
716 hc = (HostConnection_t*) dList_nth_data(host_connections, i); in Http_host_connection_get()
743 hc = (HostConnection_t*) dList_nth_data(host_connections, 0); in Http_host_connection_remove_all()
/dports/www/dillo2/dillo-3.0.5/dlib/
H A Ddlib.h155 void *dList_nth_data (Dlist *lp, int n0);
H A Ddlib.c660 void *dList_nth_data (Dlist *lp, int n0) in dList_nth_data() function
/dports/www/dillo2/dillo-3.0.5/dpid/
H A Ddpid.c96 s = dList_nth_data(s_list, i); in free_services_list()