Searched refs:subStrLength (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/morefile/
H A DSearch.c373 short subStrLength; /* length of subString */ local
379 subStrLength = subStringPtr[0];
381 if ( subStrLength <= strLength)
391 count = strLength - subStrLength + 1;
400 if ( subStrIndex == subStrLength )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/morefile/
H A DSearch.c373 short subStrLength; /* length of subString */ local
379 subStrLength = subStringPtr[0];
381 if ( subStrLength <= strLength)
391 count = strLength - subStrLength + 1;
400 if ( subStrIndex == subStrLength )

Completed in 207 milliseconds