Home
last modified time | relevance | path

Searched refs:dllist (Results 1 – 25 of 249) sorted by relevance

12345678910

/dports/ftp/pavuk/pavuk-0.9.35/src/
H A Ddllist.h25 extern dllist *dllist_append(dllist *, dllist_t);
26 extern dllist *dllist_prepend(dllist *, dllist_t);
28 extern dllist *dllist_insert_after(dllist *, dllist *, dllist_t);
29 extern dllist *dllist_insert_before(dllist *, dllist *, dllist_t);
30 extern dllist *dllist_insert_list_after(dllist *, dllist *, dllist *);
31 extern dllist *dllist_first(dllist *);
32 extern dllist *dllist_last(dllist *);
33 extern dllist *dllist_nth(dllist *, int);
34 extern dllist *dllist_find(dllist *, dllist_t);
37 extern dllist *dllist_remove_entry(dllist *, dllist *);
[all …]
H A Ddllist.c14 dllist *retv = (dllist *) malloc(sizeof(dllist)); in dllist_new_entry()
26 dllist *dllist_append(dllist * list, dllist_t data) in dllist_append()
44 dllist *dllist_prepend(dllist * list, dllist_t data) in dllist_prepend()
94 dllist *dllist_insert_after(dllist * list, dllist * node, dllist_t data) in dllist_insert_after()
117 dllist *dllist_insert_before(dllist * list, dllist * node, dllist_t data) in dllist_insert_before()
142 dllist *dllist_insert_list_after(dllist * list1, dllist * node, in dllist_insert_list_after()
177 dllist *dllist_first(dllist * list) in dllist_first()
186 dllist *dllist_last(dllist * list) in dllist_last()
196 dllist *dllist_nth(dllist * list, int n) in dllist_nth()
248 dllist *dllist_remove_entry(dllist * list, dllist * entry) in dllist_remove_entry()
[all …]
H A Dconfig.h307 dllist *dont_touch_url_rpattern;
308 dllist *dont_touch_tag_rpattern;
467 dllist *formdata;
468 dllist *lfnames;
469 dllist *http_headers;
470 dllist *js_patterns;
471 dllist *js_transform;
472 dllist *ftp_login_hs;
481 dllist *advert_res;
482 dllist *js_patterns;
[all …]
H A Dconfig.c397 dllist *ptr = *((dllist **) cpar->val_adr); in cfg_set_to_default()
417 dllist *ptr = *(dllist **) cpar->val_adr; in cfg_set_to_default()
432 dllist *ptr = *(dllist **) cpar->val_adr; in cfg_set_to_default()
2539 static dllist *_copy_relist(dllist * orig) in _copy_relist()
2558 static dllist *_copy_jstrans(dllist * orig) in _copy_jstrans()
2581 static dllist *_copy_lfnames(dllist * orig) in _copy_lfnames()
2601 static dllist *_copy_httphdr(dllist * orig) in _copy_httphdr()
2629 static dllist *_copy_urlinfo(dllist * orig) in _copy_urlinfo()
2652 static dllist *_copy_numlist(dllist * orig) in _copy_numlist()
2662 static dllist *_copy_ftphs(dllist * orig) in _copy_ftphs()
[all …]
H A Dcondition.h18 dllist *ports; /*** list of allowed/denied ports ***/
62 dllist *rpattern; /*** regular patterns for matching document names ***/
63 dllist *rurl_pattern; /*** regular patterns for matching url ***/
64 dllist *rskip_pattern; /*** regular patterns to exclude matching document names ***/
65 dllist *rskip_url_pattern; /*** regular patterns to exclude matching url ***/
67 dllist *aip; /*** allowed IP addresses ***/
68 dllist *skipip; /*** disalloved IP addreses ***/
70 dllist *tag_patterns; /*** tag attrib url (RE,WC) patterns ***/
128 dllist *params;
H A Dform.h37 dllist *infos;
49 extern dllist *form_parse_urlencoded_query(char *);
52 extern char *form_encode_urlencoded(dllist *);
54 extern char *form_encode_multipart(dllist *, char *, int *);
83 dllist *infos;
94 extern void form_get_default_successful(char *, dllist *, dllist **);
H A Ddlhash.c26 retv->nodes = (dllist **) calloc(size, sizeof(dllist *)); in dlhash_new()
28 memset(retv->nodes, '\0', size * sizeof(dllist *)); in dlhash_new()
80 dllist *ptr; in dlhash_remove()
91 dllist *tptr; in dlhash_remove()
115 dllist *ptr; in dlhash_exclude()
127 dllist *tptr; in dlhash_exclude()
145 dllist *dlhash_get_class(dlhash * hash, dllist_t key_data) in dlhash_get_class()
163 dllist *ptr; in dlhash_exclude_exact()
180 dllist *ptr; in dlhash_find_by_key()
224 dllist **old_nodes; in dlhash_resize()
[all …]
H A Dhtmlparser.h44 dllist *tag_funcs; /* func chain for processing tags */
45 dllist *attrib_funcs; /* func chain for processing tag attributes */
46 dllist *style_funcs; /* func chain for procesing CSS */
47 dllist *script_funcs; /* func chain for procesing scripts */
72 dllist *urls;
73 dllist *prev_a;
171 extern void html_parser_process_form(html_parser_t *, char *, dllist **);
H A Dgprop.c28 static dllist *gprop_list = NULL;
118 dllist *node; in gprop_set_str()
145 dllist *node; in gprop_set_int()
171 dllist *node; in gprop_set_bool_t()
197 dllist *node; in gprop_get_str()
214 dllist *node; in gprop_get_int()
231 dllist *node; in gprop_get_bool_t()
248 dllist *lst = gprop_list; in gprop_save()
/dports/games/tuxracer/tuxracer-0.61/src/
H A Dlist.c48 dllist_t *dllist; in create_list() local
51 dllist->head = NULL; in create_list()
52 dllist->tail = NULL; in create_list()
53 dllist->count = 0; in create_list()
71 dllist_t *dllist; in del_list() local
82 free( dllist ); in del_list()
98 dllist_t *dllist; in get_list_head() local
115 dllist_t *dllist; in get_list_tail() local
176 dllist_t *dllist; in insert_list_elem() local
214 dllist->count += 1; in insert_list_elem()
[all …]
/dports/games/luola/luola-1.3.2/src/
H A Dlist.h28 struct dllist { struct
30 struct dllist *next, *prev; argument
35 extern struct dllist *dllist_append(struct dllist *list, void *data);
39 extern struct dllist *dllist_prepend(struct dllist *list, void *data);
44 extern struct dllist *dllist_remove(struct dllist *elem);
47 extern int dllist_count(struct dllist *list);
50 extern struct dllist *dllist_find(struct dllist *list, void *data);
54 extern void dllist_free(struct dllist *list,void (*freefunction)(void*));
H A Dlist.c29 struct dllist *dllist_append(struct dllist *list, void *data) { in dllist_append()
30 struct dllist *newentry; in dllist_append()
31 newentry = malloc(sizeof(struct dllist)); in dllist_append()
49 struct dllist *dllist_prepend(struct dllist *list, void *data) { in dllist_prepend()
50 struct dllist *newentry; in dllist_prepend()
67 struct dllist *dllist_remove(struct dllist *elem) { in dllist_remove()
68 struct dllist *next; in dllist_remove()
83 int dllist_count(struct dllist *list) { in dllist_count()
86 struct dllist *ptr=list->prev; in dllist_count()
99 struct dllist *dllist_find(struct dllist *list, void *data) { in dllist_find()
[all …]
H A Dparser.h31 struct dllist *values;
46 extern struct dllist *read_config_file(const char *filename,int quiet);
50 extern struct dllist *read_config_rw(SDL_RWops *rw,size_t len,int quiet);
53 extern void translate_config(struct dllist *values,const struct Translate tr[],int quiet);
/dports/lang/racket/racket-8.3/share/pkgs/gui-lib/embedded-gui/private/
H A Ddllist.rkt1 (module dllist mzscheme
10 (provide dllist-mixin dllist% head% tail%)
12 (define dllist-mixin
13 (mixin () (dllist<%>)
30 (define dllist% (dllist-mixin object%))
33 (class* dllist% (dllist<%>)
45 (class* dllist% (dllist<%>)
/dports/lang/racket/racket-8.3/share/pkgs/gui-doc/embedded-gui/scribblings/
H A Ddllist.scrbl4 @definterface/title[dllist<%> ()]{
8 @defmethod*[([(next) (is-a?/c dllist<%>)]
9 [(next [new-next (is-a?/c dllist<%>)]) void?])]{
11 Gets/sets the next field to be the given dllist.}
13 @defmethod*[([(prev) (is-a?/c dllist<%>)]
14 [(prev [new-prev (is-a?/c dllist<%>)]) void?])]{
18 @defmethod[(for-each [f ((is-a?/c dllist<%>) . -> . void?)]) void?]{
20 Applies @racket[f] to every element of the dllist.}
22 @defmethod[(map-to-list [f ((is-a?/c dllist<%>) . -> . any/c)])
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/utils/
H A Ddllist.h17 typedef struct dllist_s dllist[1]; typedef
21 dll_init(dllist node) { in dll_init()
31 dll_is_empty(dllist head) { in dll_is_empty()
36 dll_insert(dllist node, void *data) { in dll_insert()
37 dllist_ptr new_node = (dllist_ptr) malloc(sizeof(dllist)); in dll_insert()
48 dll_append (dllist head, void *data) { in dll_append()
55 dll_delete (dllist node) { in dll_delete()
65 dll_length (dllist head) { in dll_length()
77 dll_get_nth (dllist head, size_t n) { in dll_get_nth()
85 dll_find (dllist head, void *data) { in dll_find()
/dports/mail/dovecot/dovecot-2.3.17/src/lib/
H A Dtest-llist.c7 struct dllist { struct
8 struct dllist *prev, *next; argument
14 struct dllist empty = { NULL, NULL }; in test_dllist()
16 l4 = t_new(struct dllist, 1); in test_dllist()
17 l3 = t_new(struct dllist, 1); in test_dllist()
18 l2 = t_new(struct dllist, 1); in test_dllist()
19 l1 = t_new(struct dllist, 1); in test_dllist()
69 l4 = t_new(struct dllist, 1); in test_dllist2()
70 l3 = t_new(struct dllist, 1); in test_dllist2()
71 l2 = t_new(struct dllist, 1); in test_dllist2()
[all …]
/dports/sysutils/burp/burp-2.4.0/src/client/
H A Dfind_logic.c22 typedef struct _dllist dllist; typedef
118 dllist *l=*list; in list_append()
153 dllist *l=*list; in list_reset()
169 static dllist *new_list(void) in new_list()
171 dllist *ret; in new_list()
229 static void find(dllist *toks, TOKENS what, int start, dllist **positions) in find()
248 dllist *positions; in parens()
486 dllist *toks=*tokens; in bool_eval()
502 dllist *new_tokens; in bool_eval()
544 dllist *new_tokens; in bool_eval()
[all …]
/dports/sysutils/burp-devel/burp-2.5.4/src/client/
H A Dfind_logic.c22 typedef struct _dllist dllist; typedef
118 dllist *l=*list; in list_append()
153 dllist *l=*list; in list_reset()
169 static dllist *new_list(void) in new_list()
171 dllist *ret; in new_list()
229 static void find(dllist *toks, TOKENS what, int start, dllist **positions) in find()
248 dllist *positions; in parens()
486 dllist *toks=*tokens; in bool_eval()
502 dllist *new_tokens; in bool_eval()
544 dllist *new_tokens; in bool_eval()
[all …]
/dports/www/mod_php81/php-8.1.1/ext/spl/tests/
H A Dbug78456.phpt6 $dllist = new SplDoublyLinkedList();
7 $dllist->push(new stdClass);
8 var_dump($s = serialize($dllist));
17 ["dllist":"SplDoublyLinkedList":private]=>
/dports/lang/php74/php-7.4.27/ext/spl/tests/
H A Dbug78456.phpt6 $dllist = new SplDoublyLinkedList();
7 $dllist->push(new stdClass);
8 var_dump($s = serialize($dllist));
17 ["dllist":"SplDoublyLinkedList":private]=>
/dports/lang/php80/php-8.0.15/ext/spl/tests/
H A Dbug78456.phpt6 $dllist = new SplDoublyLinkedList();
7 $dllist->push(new stdClass);
8 var_dump($s = serialize($dllist));
17 ["dllist":"SplDoublyLinkedList":private]=>
/dports/lang/php81/php-8.1.1/ext/spl/tests/
H A Dbug78456.phpt6 $dllist = new SplDoublyLinkedList();
7 $dllist->push(new stdClass);
8 var_dump($s = serialize($dllist));
17 ["dllist":"SplDoublyLinkedList":private]=>
/dports/www/mod_php74/php-7.4.27/ext/spl/tests/
H A Dbug78456.phpt6 $dllist = new SplDoublyLinkedList();
7 $dllist->push(new stdClass);
8 var_dump($s = serialize($dllist));
17 ["dllist":"SplDoublyLinkedList":private]=>
/dports/www/mod_php80/php-8.0.15/ext/spl/tests/
H A Dbug78456.phpt6 $dllist = new SplDoublyLinkedList();
7 $dllist->push(new stdClass);
8 var_dump($s = serialize($dllist));
17 ["dllist":"SplDoublyLinkedList":private]=>

12345678910