Searched defs:soap_clist (Results 1 – 2 of 2) sorted by relevance
1417 struct soap_clist struct1418 { struct soap_clist *next; argument1422 int (*fdelete)(struct soap_clist*); argument
7343 soap_link(struct soap *soap, void *p, int t, int n, int (*fdelete)(struct soap_clist*)) in soap_link()