Home
last modified time | relevance | path

Searched refs:tmp_offset (Results 1 – 2 of 2) sorted by relevance

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c7876 int tmp_base, tmp_offset; in compile_iterator_matchingpath() local
7905 tmp_offset = 0; in compile_iterator_matchingpath()
7917 tmp_offset = POSSESSIVE0; in compile_iterator_matchingpath()
8036 OP2(SLJIT_SUB | SLJIT_SET_E, tmp_base, tmp_offset, tmp_base, tmp_offset, SLJIT_IMM, 1); in compile_iterator_matchingpath()
8047 OP1(SLJIT_MOV, tmp_base, tmp_offset, STR_PTR, 0); in compile_iterator_matchingpath()
8050 OP1(SLJIT_MOV, tmp_base, tmp_offset, STR_PTR, 0); in compile_iterator_matchingpath()
8059 OP1(SLJIT_MOV, STR_PTR, 0, tmp_base, tmp_offset); in compile_iterator_matchingpath()
8063 OP1(SLJIT_MOV, tmp_base, tmp_offset, STR_PTR, 0); in compile_iterator_matchingpath()
8065 OP1(SLJIT_MOV, tmp_base, tmp_offset, STR_PTR, 0); in compile_iterator_matchingpath()
8067 OP1(SLJIT_MOV, STR_PTR, 0, tmp_base, tmp_offset); in compile_iterator_matchingpath()
[all …]
/PHP-5.4/ext/date/
H A Dphp_date.c1522 timelib_time_offset *tmp_offset; in php_mktime() local
1523 tmp_offset = timelib_get_time_zone_info(now->sse, tzi); in php_mktime()
1524 if (dst == 1 && tmp_offset->is_dst == 0) { in php_mktime()
1527 if (dst == 0 && tmp_offset->is_dst == 1) { in php_mktime()
1530 timelib_time_offset_dtor(tmp_offset); in php_mktime()

Completed in 254 milliseconds