Searched refs:HTList_indexOf (Results 1 – 4 of 4) sorted by relevance
107 extern int HTList_indexOf(HTList *me,
373 int HTList_indexOf(HTList *me, void *object) in HTList_indexOf() function
752 if (-1 < HTList_indexOf(setup->valid_schemes, object)) in HTAA_selectScheme()
2427 if (HTList_indexOf(methods, put) == (-1)) { in decompressAndParse()