Searched refs:strLength (Results 1 - 3 of 3) 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.c372 short strLength; /* length of string */ local
378 strLength = aStringPtr[0];
381 if ( subStrLength <= strLength)
391 count = strLength - subStrLength + 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/morefile/
H A DSearch.c372 short strLength; /* length of string */ local
378 strLength = aStringPtr[0];
381 if ( subStrLength <= strLength)
391 count = strLength - subStrLength + 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dzipfile.c636 local void append_string_to_mem(strValue, strLength, pPtr, offset, blocksize)
638 int strLength;
645 unsigned ssize = strLength;

Completed in 211 milliseconds