Home
last modified time | relevance | path

Searched refs:read_number (Results 1 – 3 of 3) sorted by relevance

/PHP-8.1/ext/date/lib/
H A Dparse_posix.c135 static timelib_sll read_number(char **ptr) in read_number() function
170 hours = read_number(ptr); in read_offset()
178 minutes = read_number(ptr); in read_offset()
187 seconds = read_number(ptr); in read_offset()
213 tmp->mwd.month = read_number(ptr); in read_trans_spec_mwd()
224 tmp->mwd.week = read_number(ptr); in read_trans_spec_mwd()
235 tmp->mwd.dow = read_number(ptr); in read_trans_spec_mwd()
265 tmp->days = read_number(ptr); in read_transition_spec()
/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_compile.c1315 read_number(PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, int32_t allow_sign, in read_number() function
1431 if (!read_number(&p, ptrend, -1, MAX_REPEAT_COUNT, ERR5, &min, errorcodeptr)) in read_repeat_counts()
1443 if (!read_number(&p, ptrend, -1, MAX_REPEAT_COUNT, ERR5, &max, in read_repeat_counts()
1740 if (!read_number(&p, ptrend, cb->bracount, MAX_GROUP_NUMBER, ERR61, &s, in PRIV()
1758 if (!read_number(&ptr, ptrend, cb->bracount, MAX_GROUP_NUMBER, ERR61, &s, in PRIV()
1805 if (read_number(&ptr, ptrend, -1, INT_MAX/10 - 1, 0, &s, errorcodeptr) && in PRIV()
3108 if (read_number(&p, ptrend, cb->bracount, MAX_GROUP_NUMBER, ERR61, &i, in parse_regex()
4118 if (!read_number(&ptr, ptrend, in parse_regex()
4309 if (read_number(&ptr, ptrend, cb->bracount, MAX_GROUP_NUMBER, ERR61, &i, in parse_regex()
4347 if (!read_number(&ptr, ptrend, -1, 1000, ERR79, &major, &errorcode)) in parse_regex()
/PHP-8.1/ext/opcache/jit/dynasm/
H A Dminilua.c6760 static int read_number(lua_State*L,FILE*f){
6835 success=read_number(L,f);

Completed in 46 milliseconds