l1 975 Zend/zend_operators.c long l1 = 1, l2 = Z_LVAL_P(op1), i = Z_LVAL_P(op2); l1 991 Zend/zend_operators.c ZEND_SIGNED_MULTIPLY_LONG(l1, l2, l1, dval, overflow); l1 1000 Zend/zend_operators.c ZVAL_DOUBLE(result, (double)l1 * pow(dval, i)); l1 1006 Zend/zend_operators.c ZVAL_LONG(result, l1); l1 3249 ext/exif/exif.c size_t l1, l2=0; l1 3251 ext/exif/exif.c if ((l1 = php_strnlen(buffer+2, length-2)) > 0) { l1 3252 ext/exif/exif.c exif_iif_add_tag(ImageInfo, SECTION_APP12, "Company", TAG_NONE, TAG_FMT_STRING, l1, buffer+2 TSRMLS_CC); l1 3253 ext/exif/exif.c if (length > 2+l1+1) { l1 3254 ext/exif/exif.c l2 = php_strnlen(buffer+2+l1+1, length-2-l1-1); l1 3255 ext/exif/exif.c exif_iif_add_tag(ImageInfo, SECTION_APP12, "Info", TAG_NONE, TAG_FMT_STRING, l2, buffer+2+l1+1 TSRMLS_CC); l1 3259 ext/exif/exif.c exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Process section APP12 with l1=%d, l2=%d done", l1, l2); l1 519 ext/odbc/birdstep.c goto l1; l1 522 ext/odbc/birdstep.c l1: l1 321 ext/soap/php_http.c int l1 = strlen(host); l1 323 ext/soap/php_http.c if (l1 > l2) { l1 324 ext/soap/php_http.c return strcmp(host+l1-l2,domain) == 0; l1 232 ext/soap/php_sdl.c int l1, l2; l1 240 ext/soap/php_sdl.c l1 = s ? (s - ctx->sdl->source) : strlen(ctx->sdl->source); l1 245 ext/soap/php_sdl.c if (l1 != l2) { l1 247 ext/soap/php_sdl.c if (l1 > 11 && l1 249 ext/soap/php_sdl.c ctx->sdl->source[l1-3] == ':' && l1 250 ext/soap/php_sdl.c ctx->sdl->source[l1-2] == '8' && l1 251 ext/soap/php_sdl.c ctx->sdl->source[l1-1] == '0') { l1 252 ext/soap/php_sdl.c l1 -= 3; l1 262 ext/soap/php_sdl.c if (l1 > 13 && l1 264 ext/soap/php_sdl.c ctx->sdl->source[l1-4] == ':' && l1 265 ext/soap/php_sdl.c ctx->sdl->source[l1-3] == '4' && l1 266 ext/soap/php_sdl.c ctx->sdl->source[l1-2] == '4' && l1 267 ext/soap/php_sdl.c ctx->sdl->source[l1-1] == '3') { l1 268 ext/soap/php_sdl.c l1 -= 4; l1 279 ext/soap/php_sdl.c if (l1 != l2 || memcmp(ctx->sdl->source, uri, l1) != 0) { l1 534 ext/standard/dns.c int l1 = 0, l2 = 0; l1 543 ext/standard/dns.c while (l1 < dlen) { l1 544 ext/standard/dns.c n = cp[l1]; l1 545 ext/standard/dns.c if ((l1 + n) >= dlen) { l1 547 ext/standard/dns.c n = dlen - (l1 + 1); l1 550 ext/standard/dns.c memcpy(tp + l2 , cp + l1 + 1, n); l1 551 ext/standard/dns.c add_next_index_stringl(entries, cp + l1 + 1, n, 1); l1 553 ext/standard/dns.c l1 = l1 + n + 1; l1 30 ext/standard/levenshtein.c static int reference_levdist(const char *s1, int l1, const char *s2, int l2, int cost_ins, int cost_rep, int cost_del ) l1 35 ext/standard/levenshtein.c if (l1 == 0) { l1 39 ext/standard/levenshtein.c return l1 * cost_del; l1 42 ext/standard/levenshtein.c if ((l1 > LEVENSHTEIN_MAX_LENGTH) || (l2 > LEVENSHTEIN_MAX_LENGTH)) { l1 51 ext/standard/levenshtein.c for (i1 = 0; i1 < l1 ; i1++) { l1 132 ext/standard/versioning.c long l1, l2; l1 163 ext/standard/versioning.c l1 = strtol(p1, NULL, 10); l1 165 ext/standard/versioning.c compare = sign(l1 - l2); l1 110 main/mergesort.c register u_char *f1, *f2, *t, *b, *tp2, *q, *l1, *l2; l1 142 main/mergesort.c f2 = l1 = list1 + (p2 - list2); l1 146 main/mergesort.c while (f1 < l1 && f2 < l2) { l1 149 main/mergesort.c b = f1, t = l1; l1 218 main/mergesort.c } else if (f1 < l1) { l1 220 main/mergesort.c ICOPY_LIST(f1, tp2, l1); l1 222 main/mergesort.c CCOPY_LIST(f1, tp2, l1);