Searched refs:read_number (Results 1 – 3 of 3) sorted by relevance
/PHP-8.3/ext/date/lib/ |
H A D | parse_posix.c | 135 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.3/ext/pcre/pcre2lib/ |
H A D | pcre2_compile.c | 1319 read_number(PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, int32_t allow_sign, in read_number() function 1435 if (!read_number(&p, ptrend, -1, MAX_REPEAT_COUNT, ERR5, &min, errorcodeptr)) in read_repeat_counts() 1447 if (!read_number(&p, ptrend, -1, MAX_REPEAT_COUNT, ERR5, &max, in read_repeat_counts() 1744 if (!read_number(&p, ptrend, cb->bracount, MAX_GROUP_NUMBER, ERR61, &s, in PRIV() 1762 if (!read_number(&ptr, ptrend, cb->bracount, MAX_GROUP_NUMBER, ERR61, &s, in PRIV() 1809 if (read_number(&ptr, ptrend, -1, INT_MAX/10 - 1, 0, &s, errorcodeptr) && in PRIV() 3195 if (read_number(&p, ptrend, cb->bracount, MAX_GROUP_NUMBER, ERR61, &i, in parse_regex() 4205 if (!read_number(&ptr, ptrend, in parse_regex() 4396 if (read_number(&ptr, ptrend, cb->bracount, MAX_GROUP_NUMBER, ERR61, &i, in parse_regex() 4434 if (!read_number(&ptr, ptrend, -1, 1000, ERR79, &major, &errorcode)) in parse_regex()
|
/PHP-8.3/ext/opcache/jit/dynasm/ |
H A D | minilua.c | 6760 static int read_number(lua_State*L,FILE*f){ 6835 success=read_number(L,f);
|
Completed in 40 milliseconds