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

/freebsd-10.2-release/contrib/libucl/uthash/
H A Dutstring.h328 long V_HaystackLen; local
340 V_HaystackLen = s->i - V_StartPosition;
341 if ( (V_HaystackLen >= P_NeedleLen) && (P_NeedleLen > 0) )
349 V_HaystackLen,
374 long V_HaystackLen; local
386 V_HaystackLen = V_StartPosition + 1;
387 if ( (V_HaystackLen >= P_NeedleLen) && (P_NeedleLen > 0) )
395 V_HaystackLen,

Completed in 48 milliseconds