Lines Matching refs:depth
1480 const searchMethod_e searchMethod, const U32 depth,
1542 DEBUGLOG(7, "search baseline (depth 0)");
1555 if (depth==0) goto _storeSequence;
1561 if (depth==0) goto _storeSequence;
1564 /* first search (depth 0) */
1577 if (depth>=1)
1579 DEBUGLOG(7, "search depth 1");
1614 if ((depth==2) && (ip<ilimit)) {
1615 DEBUGLOG(7, "search depth 2");
1868 const searchMethod_e searchMethod, const U32 depth)
1921 if (depth==0) goto _storeSequence;
1924 /* first search (depth 0) */
1937 if (depth>=1)
1959 /* search match, depth 1 */
1970 if ((depth==2) && (ip<ilimit)) {
1991 /* search match, depth 2 */