Lines Matching refs:pCur
76 const char * pCur = szVersion; in init() local
88 if (pCur < pEnd && isdigit(*pCur)) in init()
90 if (pCur < pEnd) in init()
91 pCur ++; in init()
99 ((pCur == pEnd || *pCur == '_' || *pCur == '-') && (nPart == 2 )) in init()
102 (nPart < 2 && *pCur == '.') ) in init()
105 pCur + 1 == pEnd ? isdigit(*(pCur)) : 1) ) in init()
107 int len = pCur - pLast; in init()
113 pCur ++; in init()
114 pLast = pCur; in init()
123 if (! ( (pCur < pEnd) in init()
124 && ( (nPart < 3) && isdigit(*pCur)))) //(*pCur >= 48 && *pCur <=57)))) in init()
132 if (pCur >= pEnd) in init()
137 if (* (pCur - 1) == '_') in init()
142 if (pCur <= pEnd) in init()
144 if ( ! isdigit(*pCur)) in init()
147 int len = pCur - pLast; in init()
154 if (pCur == pEnd) in init()
158 if (*pCur == 'a' && (pCur + 1) == pEnd) in init()
161 m_nUpdateSpecial = *pCur; in init()
164 else if (*pCur == '-' && pCur < pEnd) in init()
167 PreRelease pr = getPreRelease(++pCur); in init()
178 if (pCur < pEnd) in init()
179 pCur ++; in init()
186 else if (*(pCur - 1) == '-') in init()
188 m_preRelease = getPreRelease(pCur); in init()
194 pCur++; //elemnate `p' in init()
195 if (pCur < pEnd && isdigit(*pCur)) in init()
196 pCur ++; in init()
197 int len = pCur - pLast -1; //elemenate `p' in init()