Home
last modified time | relevance | path

Searched refs:pos2 (Results 1 – 5 of 5) sorted by relevance

/PHP-8.3/win32/
H A Dsendmail.c392 const char *pos1, *pos2; in SendText() local
494 while (pos2[2] == ' ' || pos2[2] == '\t') { in SendText()
497 pos2 = pos3; in SendText()
499 pos2 += strlen(pos2); in SendText()
559 pos2 = pos1; in SendText()
562 while (pos2[2] == ' ' || pos2[2] == '\t') { in SendText()
565 pos2 = pos3; in SendText()
567 pos2 += strlen(pos2); in SendText()
575 pos2 = pos1; in SendText()
606 if (pos1 != pos2) { in SendText()
[all …]
/PHP-8.3/Zend/
H A Dzend_language_scanner.l417 pos2 = memchr(pos2, '_', pos1 - pos2); in zend_multibyte_detect_unicode()
418 if (!pos2) break; in zend_multibyte_detect_unicode()
419 pos2++; in zend_multibyte_detect_unicode()
423 *pos2 == '\t' || in zend_multibyte_detect_unicode()
424 *pos2 == '\r' || in zend_multibyte_detect_unicode()
426 pos2++; in zend_multibyte_detect_unicode()
428 if (*pos2 == '(') { in zend_multibyte_detect_unicode()
429 pos2++; in zend_multibyte_detect_unicode()
434 pos2++; in zend_multibyte_detect_unicode()
437 pos2++; in zend_multibyte_detect_unicode()
[all …]
/PHP-8.3/ext/standard/
H A Dstring.c3323 … *txt1, size_t len1, const char *txt2, size_t len2, size_t *pos1, size_t *pos2, size_t *max, size_… argument
3339 *pos2 = q - txt2;
3350 size_t pos1 = 0, pos2 = 0, max, count; local
3352 php_similar_str(txt1, len1, txt2, len2, &pos1, &pos2, &max, &count);
3354 if (pos1 && pos2 && count > 1) {
3356 txt2, pos2);
3358 if ((pos1 + max < len1) && (pos2 + max < len2)) {
3360 txt2 + pos2 + max, len2 - pos2 - max);
H A Darray.c3263 int pos2 = pos; local
3265 for ( ; pos2 < offset + length && idx < in_hash->nNumUsed; idx++, entry++) {
3267 pos2++;
3333 int pos2 = pos; local
3335 for ( ; pos2 < offset + length && idx < in_hash->nNumUsed; idx++, p++) {
3337 pos2++;
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit.c2080 uint32_t pos, pos2; in zend_jit_try_allocate_free_reg() local
2241 pos2 = 0; reg2 = ZREG_NONE; in zend_jit_try_allocate_free_reg()
2250 if (freeUntilPos[i] > pos2) { in zend_jit_try_allocate_free_reg()
2252 pos2 = freeUntilPos[i]; in zend_jit_try_allocate_free_reg()
2263 pos = pos2; in zend_jit_try_allocate_free_reg()
2280 } else if (reg2 != ZREG_NONE && zend_interval_end(current) < pos2) { in zend_jit_try_allocate_free_reg()

Completed in 118 milliseconds