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()
148 int len = pCur - pLast; in init()
155 if (pCur == pEnd) in init()
159 if (*pCur == 'a' && (pCur + 1) == pEnd) in init()
162 m_nUpdateSpecial = *pCur; in init()
165 else if (*pCur == '-' && pCur < pEnd) in init()
168 PreRelease pr = getPreRelease(++pCur); in init()
179 if (pCur < pEnd) in init()
180 pCur ++; in init()
187 else if (*(pCur - 1) == '-') in init()
189 m_preRelease = getPreRelease(pCur); in init()
195 pCur++; //elemnate `p' in init()
196 if (pCur < pEnd && isdigit(*pCur)) in init()
197 pCur ++; in init()
198 int len = pCur - pLast -1; //elemenate `p' in init()