Home
last modified time | relevance | path

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

/PHP-5.5/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.c4020 adjust_recurse(pcre_uchar *group, int adjust, BOOL utf, compile_data *cd, in adjust_recurse() argument
4042 if (cd->start_code + offset >= group) PUT(ptr, 1, offset + adjust); in adjust_recurse()
4054 PUT(hc, 0, offset + adjust); in adjust_recurse()
H A DNEWS222 for pcregrep to adjust its internal buffer size.
/PHP-5.5/main/
H A Dspprintf.c182 #define FIX_PRECISION(adjust, precision, s, s_len) do { \ argument
183 if (adjust) \
213 } adjust; in xbuf_format_converter() local
250 adjust = RIGHT; in xbuf_format_converter()
267 adjust = LEFT; in xbuf_format_converter()
291 adjust = LEFT; in xbuf_format_converter()
782 if (adjust_width && adjust == RIGHT && min_width > s_len) { in xbuf_format_converter()
796 if (adjust_width && adjust == LEFT && min_width > s_len) in xbuf_format_converter()
H A Dsnprintf.c557 #define FIX_PRECISION( adjust, precision, s, s_len ) \ argument
558 if ( adjust ) \
602 } adjust; in format_converter() local
642 adjust = RIGHT; in format_converter()
659 adjust = LEFT; in format_converter()
683 adjust = LEFT; in format_converter()
1175 if (adjust_width && adjust == RIGHT && min_width > s_len) { in format_converter()
1192 if (adjust_width && adjust == LEFT && min_width > s_len) in format_converter()
/PHP-5.5/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.5/ext/standard/
H A Dformatted_print.c214 int adjust, char fmt, in php_sprintf_appenddouble() argument
231 if ((adjust & ADJ_PRECISION) == 0) { in php_sprintf_appenddouble()
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeTILEGX_64.c448 #define LD_ADD(dst, addr, adjust) \ argument
449 push_3_buffer(compiler, TILEGX_OPC_LD_ADD, dst, addr, adjust, __LINE__)
451 #define ST_ADD(src, addr, adjust) \ argument
452 push_3_buffer(compiler, TILEGX_OPC_ST_ADD, src, addr, adjust, __LINE__)
/PHP-5.5/
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.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt282 int pcre16_refcount(pcre16 *code, int adjust);
613 int pcre32_refcount(pcre32 *code, int adjust);
1668 int pcre_refcount(pcre *code, int adjust);
3041 int pcre_refcount(pcre *code, int adjust);
3051 add the adjust value (which may be positive or negative) to it. The
6423 pared to adjust the number of digits they match in order to make the
/PHP-5.5/build/
H A Dlibtool.m41543 # versioning mechanism, adjust this.
5372 dnl Note also adjust exclude_expsyms for C++ above.
/PHP-5.5/win32/
H A Dinstall.txt1158 PHP extensions directory. You'll need to and adjust php.ini and add an

Completed in 88 milliseconds