Home
last modified time | relevance | path

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

/curl/lib/
H A Dllist.c35 #define LLISTINIT 0x100cc001 /* random pattern */ macro
61 l->_init = LLISTINIT; in Curl_llist_init()
83 DEBUGASSERT(list->_init == LLISTINIT); in Curl_llist_insert_next()
132 DEBUGASSERT(list->_init == LLISTINIT); in Curl_llist_append()
150 DEBUGASSERT(list->_init == LLISTINIT); in Curl_node_uremove()
197 DEBUGASSERT(list->_init == LLISTINIT); in Curl_llist_destroy()
208 DEBUGASSERT(list->_init == LLISTINIT); in Curl_llist_head()
218 DEBUGASSERT(list->_init == LLISTINIT); in Curl_llist_tail()
227 DEBUGASSERT(list->_init == LLISTINIT); in Curl_llist_count()

Completed in 4 milliseconds