Home
last modified time | relevance | path

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

/php-src/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-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c1325 read_number(PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, int32_t allow_sign, in read_number() function
1464 if (!read_number(&p, ptrend, -1, MAX_REPEAT_COUNT, ERR5, &min, errorcodeptr)) in read_repeat_counts()
1469 if (!read_number(&p, ptrend, -1, MAX_REPEAT_COUNT, ERR5, &max, errorcodeptr)) in read_repeat_counts()
1488 if (!read_number(&p, ptrend, -1, MAX_REPEAT_COUNT, ERR5, &max, errorcodeptr)) in read_repeat_counts()
1803 if (!read_number(&p, ptrend, cb->bracount, MAX_GROUP_NUMBER, ERR61, &s, in PRIV()
1823 if (!read_number(&ptr, ptrend, cb->bracount, MAX_GROUP_NUMBER, ERR61, &s, in PRIV()
1870 if (read_number(&ptr, ptrend, -1, INT_MAX/10 - 1, 0, &s, errorcodeptr) && in PRIV()
3372 if (read_number(&p, ptrend, cb->bracount, MAX_GROUP_NUMBER, ERR61, &i, in parse_regex()
4416 if (!read_number(&ptr, ptrend, in parse_regex()
4607 if (read_number(&ptr, ptrend, cb->bracount, MAX_GROUP_NUMBER, ERR61, &i, in parse_regex()
[all …]
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c6761 static int read_number(lua_State*L,FILE*f){
6836 success=read_number(L,f);

Completed in 45 milliseconds