Home
last modified time | relevance | path

Searched refs:lim (Results 1 – 7 of 7) sorted by relevance

/PHP-5.3/ext/standard/
H A Dhtml.c925 char *replaced, *ret, *p, *q, *lim, *next; in php_unescape_html_entities() local
1013 lim = ret + retlen; in php_unescape_html_entities()
1014 for (p = ret, q = ret; p < lim;) { in php_unescape_html_entities()
1018 if (p + 2 < lim) { in php_unescape_html_entities()
1093 } else if (p + 4 < lim && in php_unescape_html_entities()
/PHP-5.3/ext/date/lib/
H A Dparse_date.re101 #define YYLIMIT s->lim
151 uchar *lim, *str, *ptr, *cur, *tok, *pos;
313 memcpy(s->bot, s->tok, s->lim - s->tok);
318 s->lim -= cnt;
320 if((s->top - s->lim) < BSIZE){
322 memcpy(buf, s->tok, s->lim - s->tok);
327 s->lim = &buf[s->lim - s->bot];
328 s->top = &s->lim[BSIZE];
333 s->eof = &s->lim[cnt]; *(s->eof)++ = '\n';
335 s->lim += cnt;
[all …]
H A Dparse_iso_intervals.re66 #define YYLIMIT s->lim
89 uchar *lim, *str, *ptr, *cur, *tok, *pos;
475 in.lim = in.str + (e - s) + YYMAXFILL;
H A Dparse_iso_intervals.c68 #define YYLIMIT s->lim
91 uchar *lim, *str, *ptr, *cur, *tok, *pos; member
1081 in.lim = in.str + (e - s) + YYMAXFILL; in timelib_strtointerval()
H A Dparse_date.c103 #define YYLIMIT s->lim
153 uchar *lim, *str, *ptr, *cur, *tok, *pos; member
315 memcpy(s->bot, s->tok, s->lim - s->tok);
320 s->lim -= cnt;
322 if((s->top - s->lim) < BSIZE){
324 memcpy(buf, s->tok, s->lim - s->tok);
329 s->lim = &buf[s->lim - s->bot];
330 s->top = &s->lim[BSIZE];
335 s->eof = &s->lim[cnt]; *(s->eof)++ = '\n';
337 s->lim += cnt;
[all …]
/PHP-5.3/ext/iconv/
H A Diconv.c904 unsigned int i, j, lim; in _php_iconv_strpos() local
908 lim = (unsigned int)(ndl_buf_p - ndl_buf); in _php_iconv_strpos()
910 while (j < lim) { in _php_iconv_strpos()
922 match_ofs += (lim - i) / GENERIC_SUPERSET_NBYTES; in _php_iconv_strpos()
947 unsigned int i, j, lim; in _php_iconv_strpos() local
951 lim = (unsigned int)(ndl_buf_p - ndl_buf); in _php_iconv_strpos()
953 while (j < lim) { in _php_iconv_strpos()
965 match_ofs += (lim - i) / GENERIC_SUPERSET_NBYTES; in _php_iconv_strpos()
/PHP-5.3/ext/session/
H A Dsession.c1187 php_session_cache_limiter_t *lim;
1203 for (lim = php_session_cache_limiters; lim->name; lim++) {
1204 if (!strcasecmp(lim->name, PS(cache_limiter))) {
1205 lim->func(TSRMLS_C);

Completed in 89 milliseconds