Lines Matching defs:pszEnd
107 char *pszEnd;
870 const char *pszEnd = strchr(pszName, '/');
871 uint32_t cch = pszEnd ? pszEnd - pszName : (uint32_t)strlen(pszName);
875 if (!pszEnd)
877 pszName = pszEnd;
1037 const char *pszEnd = strchr(pszPat, '/');
1038 uint32_t cch = pszEnd ? pszEnd - pszPat : (uint32_t)strlen(pszPat);
1060 if (!pszEnd)
1062 pszPat = pszEnd;
1277 const char *pszEnd = strchr(pszStart, '/');
1278 uint32_t cch = pszEnd ? (uint32_t)(pszEnd - pszStart) : cchName - offName;
1301 if (!pszEnd)
1822 State.pszStart = State.pszEnd = State.psz = NULL;
2013 if (RT_UNLIKELY((uintptr_t)pThis->pszEnd - (uintptr_t)pThis->psz < cch + 1))
2032 pThis->pszStart = pThis->pszEnd = pThis->psz = NULL;
2039 pThis->pszEnd = pszNew + cbNewSize;