Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_refcount.c71 pcre_refcount(pcre *argument_re, int adjust) in pcre_refcount() argument
74 pcre16_refcount(pcre16 *argument_re, int adjust) in pcre_refcount()
77 pcre32_refcount(pcre32 *argument_re, int adjust) in pcre_refcount()
84 re->ref_count = (-adjust > re->ref_count)? 0 : in pcre_refcount()
85 (adjust + re->ref_count > 65535)? 65535 : in pcre_refcount()
86 re->ref_count + adjust; in pcre_refcount()
H A Dpcre_compile.c4018 adjust_recurse(pcre_uchar *group, int adjust, BOOL utf, compile_data *cd, in adjust_recurse() argument
4040 if (cd->start_code + offset >= group) PUT(ptr, 1, offset + adjust); in adjust_recurse()
4052 PUT(hc, 0, offset + adjust); in adjust_recurse()
H A DNEWS222 for pcregrep to adjust its internal buffer size.
/PHP-7.1/main/
H A Dspprintf.c179 #define FIX_PRECISION(adjust, precision, s, s_len) do { \ argument
180 if (adjust) \
210 } adjust; in xbuf_format_converter() local
247 adjust = RIGHT; in xbuf_format_converter()
264 adjust = LEFT; in xbuf_format_converter()
288 adjust = LEFT; in xbuf_format_converter()
802 if (adjust_width && adjust == RIGHT && (size_t)min_width > s_len) { in xbuf_format_converter()
816 if (adjust_width && adjust == LEFT && (size_t)min_width > s_len) { in xbuf_format_converter()
H A Dsnprintf.c561 #define FIX_PRECISION( adjust, precision, s, s_len ) \ argument
562 if ( adjust ) \
607 } adjust; in format_converter() local
647 adjust = RIGHT; in format_converter()
664 adjust = LEFT; in format_converter()
688 adjust = LEFT; in format_converter()
1197 if (adjust_width && adjust == RIGHT && (size_t)min_width > s_len) { in format_converter()
1214 if (adjust_width && adjust == LEFT && (size_t)min_width > s_len) in format_converter()
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_out.c91 #define FIX_PRECISION( adjust, precision, s, s_len ) \ argument
92 if ( adjust ) \
147 } adjust; in format_converter() local
183 adjust = RIGHT; in format_converter()
200 adjust = LEFT; in format_converter()
224 adjust = LEFT; in format_converter()
782 if (adjust_width && adjust == RIGHT && min_width > s_len) { in format_converter()
799 if (adjust_width && adjust == LEFT && min_width > s_len) in format_converter()
/PHP-7.1/ext/gd/libgd/
H A Dgdkanji.c234 register int adjust = c2 < 159; in SJIStoJIS() local
236 register int cellOffset = adjust ? (31 + (c2 > 127)) : 126; in SJIStoJIS()
238 *p1 = ((c1 - rowOffset) << 1) - adjust; in SJIStoJIS()
/PHP-7.1/ext/standard/
H A Dformatted_print.c210 int adjust, char fmt, in php_sprintf_appenddouble() argument
228 if ((adjust & ADJ_PRECISION) == 0) { in php_sprintf_appenddouble()
/PHP-7.1/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-7.1/
H A DINSTALL223 some other way, you'll need to adjust the path to apxs accordingly.
1222 PHP extensions directory. You'll need to and adjust php.ini and add an
/PHP-7.1/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-7.1/build/
H A Dlibtool.m41543 # versioning mechanism, adjust this.
5372 dnl Note also adjust exclude_expsyms for C++ above.
/PHP-7.1/win32/
H A Dinstall.txt1149 PHP extensions directory. You'll need to and adjust php.ini and add an

Completed in 96 milliseconds