Home
last modified time | relevance | path

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

/PHP-7.3/win32/
H A Dsendmail.c187 char *pos1 = NULL, *pos2 = NULL; in TSendMail() local
242 if (NULL == (pos2 = strstr(pos1, "\r\n"))) { in TSendMail()
245 RPath = estrndup(pos1, pos2 - pos1); in TSendMail()
361 char *tempMailTo, *token, *pos1, *pos2; in SendText() local
459 if (NULL == (pos2 = strstr(pos1, "\r\n"))) { in SendText()
462 tempMailTo = estrndup(pos1, pos2 - pos1); in SendText()
514 if (NULL == (pos2 = strstr(pos1, "\r\n"))) { in SendText()
518 pos2 = pos1; in SendText()
520 tempMailTo = estrndup(pos1, pos2 - pos1); in SendText()
550 if (pos1 != pos2) { in SendText()
[all …]
/PHP-7.3/Zend/
H A Dzend_language_scanner.l393 pos2 = memchr(pos2, '_', pos1 - pos2); in zend_multibyte_detect_unicode()
394 if (!pos2) break; in zend_multibyte_detect_unicode()
395 pos2++; in zend_multibyte_detect_unicode()
399 *pos2 == '\t' || in zend_multibyte_detect_unicode()
400 *pos2 == '\r' || in zend_multibyte_detect_unicode()
402 pos2++; in zend_multibyte_detect_unicode()
404 if (*pos2 == '(') { in zend_multibyte_detect_unicode()
405 pos2++; in zend_multibyte_detect_unicode()
410 pos2++; in zend_multibyte_detect_unicode()
413 pos2++; in zend_multibyte_detect_unicode()
[all …]
H A Dzend_language_scanner.c396 pos2 = memchr(pos2, '_', pos1 - pos2); in zend_multibyte_detect_unicode()
397 if (!pos2) break; in zend_multibyte_detect_unicode()
398 pos2++; in zend_multibyte_detect_unicode()
402 *pos2 == '\t' || in zend_multibyte_detect_unicode()
403 *pos2 == '\r' || in zend_multibyte_detect_unicode()
405 pos2++; in zend_multibyte_detect_unicode()
407 if (*pos2 == '(') { in zend_multibyte_detect_unicode()
408 pos2++; in zend_multibyte_detect_unicode()
413 pos2++; in zend_multibyte_detect_unicode()
416 pos2++; in zend_multibyte_detect_unicode()
[all …]
/PHP-7.3/ext/standard/
H A Dstring.c3600 … *txt1, size_t len1, const char *txt2, size_t len2, size_t *pos1, size_t *pos2, size_t *max, size_… argument
3616 *pos2 = q - txt2;
3628 size_t pos1 = 0, pos2 = 0, max, count; local
3630 php_similar_str(txt1, len1, txt2, len2, &pos1, &pos2, &max, &count);
3632 if (pos1 && pos2 && count > 1) {
3634 txt2, pos2);
3636 if ((pos1 + max < len1) && (pos2 + max < len2)) {
3638 txt2 + pos2 + max, len2 - pos2 - max);
H A Darray.c3097 int pos2 = pos; local
3099 for ( ; pos2 < offset + length && idx < in_hash->nNumUsed; idx++) {
3102 pos2++;

Completed in 55 milliseconds