Home
last modified time | relevance | path

Searched refs:l2 (Results 1 – 16 of 16) sorted by relevance

/php-src/ext/standard/
H A Dversioning.c126 long l1, l2; in php_version_compare() local
158 l2 = strtol(p2, NULL, 10); in php_version_compare()
159 compare = ZEND_NORMALIZE_BOOL(l1 - l2); in php_version_compare()
H A Ddns.c577 int l1 = 0, l2 = 0; in php_parserr() local
593 memcpy(ZSTR_VAL(tp) + l2 , cp + l1 + 1, n); in php_parserr()
597 l2 = l2 + n; in php_parserr()
599 ZSTR_VAL(tp)[l2] = '\0'; in php_parserr()
600 ZSTR_LEN(tp) = l2; in php_parserr()
H A Dvar.c1118 size_t l2 = b2 + sizeof(b2) - 1 - s2; in php_var_serialize_intern() local
1119 …char *res = smart_str_extend(buf, 2 + l1 + 2 + ZSTR_LEN(Z_OBJCE_P(struc)->name) + 2 + l2 + 2 + ser… in php_var_serialize_intern()
1125 res = zend_mempcpy(res, s2, l2); in php_var_serialize_intern()
H A Darray.c176 size_t l1, l2; in php_array_key_compare_string_case_unstable_i() local
189 l2 = s->key->len; in php_array_key_compare_string_case_unstable_i()
192 l2 = buf2 + sizeof(buf2) - 1 - s2; in php_array_key_compare_string_case_unstable_i()
201 size_t l1, l2; in php_array_key_compare_string_unstable_i() local
214 l2 = s->key->len; in php_array_key_compare_string_unstable_i()
217 l2 = buf2 + sizeof(buf2) - 1 - s2; in php_array_key_compare_string_unstable_i()
219 return zend_binary_strcmp(s1, l1, s2, l2); in php_array_key_compare_string_unstable_i()
226 size_t l1, l2; in php_array_key_compare_string_natural_general() local
239 l2 = s->key->len; in php_array_key_compare_string_natural_general()
242 l2 = buf2 + sizeof(buf2) - 1 - s2; in php_array_key_compare_string_natural_general()
[all …]
/php-src/ext/standard/tests/strings/
H A Dunpack_offset.phpt7 $a = unpack("l2", $data, 3);
/php-src/ext/openssl/tests/
H A Dprivate_rsa_2048_pass_php.key19 c+oylG4cNBaJCVyb6nsiBYK2XE/Llfjsj/l2+SRfIZOwmvhL+CG7z7okPEiNp7EB
/php-src/ext/phar/phar/
H A Dclicommand.inc223 function cli_get_SP3($l1, $l2, $arg_inf)
225 return str_repeat(' ', $l1 + 2 + 4 + 8 + 2 + $l2 + 2);
257 $l2 = strlen($sp2);
258 $inf .= $this->cli_wordwrap($sp . $arg . $conf['inf'], $l2, $sp2) . "\n";
H A Dpharcommand.inc38 * @param string $l2 Twelve
42 function cli_get_SP3($l1, $l2, $arg_inf)
44 return str_repeat(' ', $l1 + 2 + 4 + 9 + 2 + $l2 + 2);
/php-src/ext/soap/
H A Dphp_sdl.c239 size_t l1, l2; in sdl_set_uri_credentials() local
252 if (l1 != l2) { in sdl_set_uri_credentials()
261 if (l2 > 11 && in sdl_set_uri_credentials()
263 uri[l2-3] == ':' && in sdl_set_uri_credentials()
264 uri[l2-2] == '8' && in sdl_set_uri_credentials()
265 uri[l2-1] == '0') { in sdl_set_uri_credentials()
266 l2 -= 3; in sdl_set_uri_credentials()
277 if (l2 > 13 && in sdl_set_uri_credentials()
279 uri[l2-4] == ':' && in sdl_set_uri_credentials()
280 uri[l2-3] == '4' && in sdl_set_uri_credentials()
[all …]
H A Dphp_http.c318 int l2 = strlen(domain); in in_domain() local
319 if (l1 > l2) { in in_domain()
320 return strcmp(host+l1-l2,domain) == 0; in in_domain()
/php-src/docs-old/
H A Dparameter-parsing-api.md183 zend_long l1, l2, l3;
195 "lll", &l1, &l2, &l3) == SUCCESS) {
/php-src/Zend/
H A Dzend_operators.c1296 zend_long l1 = 1, l2 = Z_LVAL_P(op1), i = Z_LVAL_P(op2); in pow_function_base() local
1301 } else if (l2 == 0) { in pow_function_base()
1312 ZEND_SIGNED_MULTIPLY_LONG(l1, l2, l1, dval, overflow); in pow_function_base()
1314 ZVAL_DOUBLE(result, dval * pow(l2, i)); in pow_function_base()
1319 ZEND_SIGNED_MULTIPLY_LONG(l2, l2, l2, dval, overflow); in pow_function_base()
/php-src/ext/opcache/jit/ir/
H A Dir.h322 _(VLOAD, l2, src, var, ___) /* load value of local var */ \
326 _(LOAD, l2, src, ref, ___) /* load from memory */ \
/php-src/docs/source/core/data-structures/
H A Dzend_string.rst82 - - ``zend_string_concat2(s1, l1, s2, l2)``
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c3111 if(l2==(-1))return;
3113 *l1=l2;
3119 fixjump(fs,list,l2);
7322 const char*s2,size_t l2){
7323 if(l2==0)return s1;
7324 else if(l2>l1)return NULL;
7327 l2--;
7328 l1=l1-l2;
7331 if(memcmp(init,s2+1,l2)==0)
7367 size_t l1,l2;
[all …]
/php-src/ext/exif/
H A Dexif.c3765 size_t l1, l2=0; in exif_process_APP12() local
3770 l2 = zend_strnlen(buffer+2+l1+1, length-2-l1-1); in exif_process_APP12()
3771 …xif_iif_add_tag(ImageInfo, SECTION_APP12, "Info", TAG_NONE, TAG_FMT_STRING, l2, buffer+2+l1+1, l2); in exif_process_APP12()
3775 …cref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Process section APP12 with l1=%d, l2=%d done", l1, l2); in exif_process_APP12()

Completed in 141 milliseconds