Lines Matching refs:l1
231 size_t l1, l2;
239 l1 = s ? (size_t)(s - ctx->sdl->source) : strlen(ctx->sdl->source);
244 if (l1 != l2) {
246 if (l1 > 11 &&
248 ctx->sdl->source[l1-3] == ':' &&
249 ctx->sdl->source[l1-2] == '8' &&
250 ctx->sdl->source[l1-1] == '0') {
251 l1 -= 3;
261 if (l1 > 13 &&
263 ctx->sdl->source[l1-4] == ':' &&
264 ctx->sdl->source[l1-3] == '4' &&
265 ctx->sdl->source[l1-2] == '4' &&
266 ctx->sdl->source[l1-1] == '3') {
267 l1 -= 4;
278 if (l1 != l2 || memcmp(ctx->sdl->source, uri, l1) != 0) {