Home
last modified time | relevance | path

Searched refs:script_org (Results 1 – 4 of 4) sorted by relevance

/PHP-7.0/Zend/
H A Dzend_language_scanner.l219 lex_state->script_org = SCNG(script_org); in zend_save_lexical_state()
258 SCNG(script_org) = lex_state->script_org; in zend_restore_lexical_state()
356 if (!memcmp(LANG_SCNG(script_org), BOM_UTF32_BE, sizeof(BOM_UTF32_BE)-1)) { in zend_multibyte_detect_unicode()
368 } else if (!memcmp(LANG_SCNG(script_org), BOM_UTF8, sizeof(BOM_UTF8)-1)) { in zend_multibyte_detect_unicode()
375 LANG_SCNG(script_org) += bom_size; in zend_multibyte_detect_unicode()
382 if ((pos1 = memchr(LANG_SCNG(script_org), 0, LANG_SCNG(script_org_size)))) { in zend_multibyte_detect_unicode()
384 pos2 = LANG_SCNG(script_org); in zend_multibyte_detect_unicode()
526 SCNG(script_org) = (unsigned char*)buf; in open_file_for_scanning()
688 SCNG(script_org) = (unsigned char*)buf; in zend_prepare_string_for_scanning()
723 if ((size_t)-1 == SCNG(input_filter)(&p, &length, SCNG(script_org), offset)) { in zend_get_scanned_file_offset()
[all …]
H A Dzend_language_scanner.h41 unsigned char *script_org; member
H A Dzend_globals.h273 unsigned char *script_org; member
H A Dzend_language_scanner.c221 lex_state->script_org = SCNG(script_org); in zend_save_lexical_state()
260 SCNG(script_org) = lex_state->script_org; in zend_restore_lexical_state()
358 if (!memcmp(LANG_SCNG(script_org), BOM_UTF32_BE, sizeof(BOM_UTF32_BE)-1)) { in zend_multibyte_detect_unicode()
370 } else if (!memcmp(LANG_SCNG(script_org), BOM_UTF8, sizeof(BOM_UTF8)-1)) { in zend_multibyte_detect_unicode()
377 LANG_SCNG(script_org) += bom_size; in zend_multibyte_detect_unicode()
384 if ((pos1 = memchr(LANG_SCNG(script_org), 0, LANG_SCNG(script_org_size)))) { in zend_multibyte_detect_unicode()
386 pos2 = LANG_SCNG(script_org); in zend_multibyte_detect_unicode()
528 SCNG(script_org) = (unsigned char*)buf; in open_file_for_scanning()
690 SCNG(script_org) = (unsigned char*)buf; in zend_prepare_string_for_scanning()
725 if ((size_t)-1 == SCNG(input_filter)(&p, &length, SCNG(script_org), offset)) { in zend_get_scanned_file_offset()
[all …]

Completed in 26 milliseconds