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

/freebsd-11-stable/contrib/apr/file_io/unix/
H A Dfilepath.c90 apr_size_t keptlen; /* is the length of the retained rootpath */ local
163 keptlen = 0;
177 keptlen = rootlen;
182 if (keptlen && path[keptlen - 1] != '/') {
183 path[keptlen++] = '/';
185 pathlen = keptlen;
214 keptlen = 0;
243 * the keptlen offset to reflect the added/altered path.
245 if (pathlen < keptlen) {
[all...]

Completed in 101 milliseconds