Home
last modified time | relevance | path

Searched refs:adjust (Results 1 – 12 of 12) sorted by relevance

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_refcount.c73 pcre_refcount(pcre *argument_re, int adjust) in pcre_refcount() argument
76 pcre16_refcount(pcre16 *argument_re, int adjust) in pcre_refcount()
79 pcre32_refcount(pcre32 *argument_re, int adjust) in pcre_refcount()
86 re->ref_count = (-adjust > re->ref_count)? 0 : in pcre_refcount()
87 (adjust + re->ref_count > 65535)? 65535 : in pcre_refcount()
88 re->ref_count + adjust; in pcre_refcount()
H A Dpcre_compile.c2808 adjust_recurse(pcre_uchar *group, int adjust, BOOL utf, compile_data *cd, in adjust_recurse() argument
2826 PUT(hc, 0, offset + adjust); in adjust_recurse()
2837 if (cd->start_code + offset >= group) PUT(ptr, 1, offset + adjust); in adjust_recurse()
H A DNEWS117 for pcregrep to adjust its internal buffer size.
/PHP-5.3/main/
H A Dspprintf.c177 #define FIX_PRECISION(adjust, precision, s, s_len) do { \ argument
178 if (adjust) \
208 } adjust; in xbuf_format_converter() local
241 adjust = RIGHT; in xbuf_format_converter()
258 adjust = LEFT; in xbuf_format_converter()
282 adjust = LEFT; in xbuf_format_converter()
765 if (adjust_width && adjust == RIGHT && min_width > s_len) { in xbuf_format_converter()
779 if (adjust_width && adjust == LEFT && min_width > s_len) in xbuf_format_converter()
H A Dsnprintf.c552 #define FIX_PRECISION( adjust, precision, s, s_len ) \ argument
553 if ( adjust ) \
597 } adjust; in format_converter() local
633 adjust = RIGHT; in format_converter()
650 adjust = LEFT; in format_converter()
674 adjust = LEFT; in format_converter()
1158 if (adjust_width && adjust == RIGHT && min_width > s_len) { in format_converter()
1175 if (adjust_width && adjust == LEFT && min_width > s_len) in format_converter()
/PHP-5.3/ext/gd/libgd/
H A Dgdkanji.c235 register int adjust = c2 < 159; in SJIStoJIS() local
237 register int cellOffset = adjust ? (31 + (c2 > 127)) : 126; in SJIStoJIS()
239 *p1 = ((c1 - rowOffset) << 1) - adjust; in SJIStoJIS()
/PHP-5.3/ext/fileinfo/libmagic/
H A Dreadelf.c755 int adjust = 1; in donote() local
760 adjust = adjust in donote()
762 if (adjust) in donote()
/PHP-5.3/ext/standard/
H A Dformatted_print.c212 int adjust, char fmt, in php_sprintf_appenddouble() argument
225 if ((adjust & ADJ_PRECISION) == 0) { in php_sprintf_appenddouble()
/PHP-5.3/
H A DINSTALL427 some other way, you'll need to adjust the path to apxs accordingly.
1426 PHP extensions directory. You'll need to and adjust php.ini and add an
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt265 int pcre16_refcount(pcre16 *code, int adjust);
594 int pcre32_refcount(pcre32 *code, int adjust);
1624 int pcre_refcount(pcre *code, int adjust);
2906 int pcre_refcount(pcre *code, int adjust);
2916 add the adjust value (which may be positive or negative) to it. The
6031 pared to adjust the number of digits they match in order to make the
/PHP-5.3/build/
H A Dlibtool.m41541 # versioning mechanism, adjust this.
5369 dnl Note also adjust exclude_expsyms for C++ above.
/PHP-5.3/win32/
H A Dinstall.txt1299 PHP extensions directory. You'll need to and adjust php.ini and add an

Completed in 84 milliseconds