Home
last modified time | relevance | path

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

/PHP-5.4/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.c4005 adjust_recurse(pcre_uchar *group, int adjust, BOOL utf, compile_data *cd, in adjust_recurse() argument
4024 PUT(hc, 0, offset + adjust); in adjust_recurse()
4035 if (cd->start_code + offset >= group) PUT(ptr, 1, offset + adjust); in adjust_recurse()
H A DNEWS214 for pcregrep to adjust its internal buffer size.
/PHP-5.4/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.4/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.4/ext/standard/
H A Dformatted_print.c209 int adjust, char fmt, in php_sprintf_appenddouble() argument
222 if ((adjust & ADJ_PRECISION) == 0) { in php_sprintf_appenddouble()
/PHP-5.4/ext/pcre/pcrelib/sljit/
H A DsljitNativeTILEGX_64.c450 #define LD_ADD(dst, addr, adjust) \ argument
451 push_3_buffer(compiler, TILEGX_OPC_LD_ADD, dst, addr, adjust, __LINE__)
453 #define ST_ADD(src, addr, adjust) \ argument
454 push_3_buffer(compiler, TILEGX_OPC_ST_ADD, src, addr, adjust, __LINE__)
/PHP-5.4/
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.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt271 int pcre16_refcount(pcre16 *code, int adjust);
602 int pcre32_refcount(pcre32 *code, int adjust);
1657 int pcre_refcount(pcre *code, int adjust);
3030 int pcre_refcount(pcre *code, int adjust);
3040 add the adjust value (which may be positive or negative) to it. The
6399 pared to adjust the number of digits they match in order to make the
/PHP-5.4/build/
H A Dlibtool.m41537 # versioning mechanism, adjust this.
5365 dnl Note also adjust exclude_expsyms for C++ above.
/PHP-5.4/win32/
H A Dinstall.txt1291 PHP extensions directory. You'll need to and adjust php.ini and add an

Completed in 116 milliseconds