Home
last modified time | relevance | path

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

/dports/www/mnogosearch/mnogosearch-3.4.1/src/
H A Dindexer.c548 Href->Param.method_reason= UDM_COLLECT_LINKS_BAD; in UdmConvertHref()
586 Href->Param.method_reason= UDM_COLLECT_LINKS_INNER; in UdmConvertHref()
591 Href->Param.method_reason= UDM_COLLECT_LINKS_OUTER; in UdmConvertHref()
603 Href->Param.method_reason= UDM_COLLECT_LINKS_OUTER; in UdmConvertHref()
614 Href->Param.method_reason= UDM_COLLECT_LINKS_BADSCHEME; in UdmConvertHref()
622 Href->Param.method_reason= UDM_COLLECT_LINKS_HOPS; in UdmConvertHref()
634 Href->Param.method_reason= UDM_COLLECT_LINKS_FILTER; in UdmConvertHref()
680 Href->Param.method_reason= UDM_COLLECT_LINKS_PAGE; in UdmDocConvertHrefs()
693 Href->Param.method_reason= UDM_COLLECT_LINKS_HOPS; in UdmDocConvertHrefs()
H A Dsql.c2177 if (!(H->Param.method_reason & Doc->Spider.collect_links_destination)) in UdmStoreRedirects()
2264 if (!(H->Param.method_reason & Doc->Spider.collect_links_destination)) in UdmStoreLinks()
/dports/www/mnogosearch/mnogosearch-3.4.1/include/
H A Dudm_common.h1094 udm_link_destination_t method_reason; member