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

/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DKURL.cpp488 char* bufferPathStart = bufferPos; local
524 if (bufferPos > bufferPathStart + 1)
526 while (bufferPos > bufferPathStart + 1 && bufferPos[-1] != '/')
920 char* bufferPathStart = dst; local
950 if (dst > bufferPathStart + 1)
952 while (dst > bufferPathStart && dst[-1] != '/')
964 return dst - bufferPathStart;

Completed in 226 milliseconds