Home
last modified time | relevance | path

Searched defs:w (Results 1 – 25 of 60) sorted by relevance

123

/PHP-8.1/ext/mysqli/
H A Dmysqli_warning.c37 void php_clear_warnings(MYSQLI_WARNING *w) in php_clear_warnings()
56 MYSQLI_WARNING *w; in php_new_warning() local
73 MYSQLI_WARNING *w, *first = NULL, *prev = NULL; in php_get_warnings() local
102 MYSQLI_WARNING *w; in php_new_warning() local
120 MYSQLI_WARNING *w, *first = NULL, *prev = NULL; in php_get_warnings() local
177 MYSQLI_WARNING *w; in PHP_METHOD() local
200 MYSQLI_WARNING *w; in mysqli_warning_message() local
220 MYSQLI_WARNING *w; in mysqli_warning_sqlstate() local
240 MYSQLI_WARNING *w; in mysqli_warning_errno() local
/PHP-8.1/ext/mbstring/libmbfl/filters/
H A Dmbfilter_gb18030.c75 int mbfl_bisec_srch(int w, const unsigned short *tbl, int n) in mbfl_bisec_srch()
93 int mbfl_bisec_srch2(int w, const unsigned short tbl[], int n) in mbfl_bisec_srch2()
113 int c1, c2, c3, w = -1; in mbfl_filt_conv_gb18030_wchar() local
H A Dmbfilter_sjis_mobile.c251 int mbfilter_conv_map_tbl(int c, int *w, const unsigned short map[][3], int n) in mbfilter_conv_map_tbl()
262 int mbfilter_conv_r_map_tbl(int c, int *w, const unsigned short map[][3], int n) in mbfilter_conv_r_map_tbl()
583 int c1, s, s1, s2, w, snd = 0; in mbfl_filt_conv_sjis_mobile_wchar() local
H A Dmbfilter_euc_cn.c94 int c1, w; in mbfl_filt_conv_euccn_wchar() local
H A Dmbfilter_euc_jp.c99 int c1, s, w = 0; in mbfl_filt_conv_eucjp_wchar() local
H A Dmbfilter_euc_kr.c93 int c1, w, flag; in mbfl_filt_conv_euckr_wchar() local
H A Dmbfilter_hz.c74 int c1, s, w; in mbfl_filt_conv_hz_wchar() local
H A Dmbfilter_uhc.c112 int c1 = filter->cache, w = 0; in mbfl_filt_conv_uhc_wchar() local
H A Dmbfilter_iso2022_kr.c78 int w = 0; in mbfl_filt_conv_2022kr_wchar() local
H A Dmbfilter_euc_tw.c95 int c1, s, w; in mbfl_filt_conv_euctw_wchar() local
H A Dmbfilter_cp51932.c100 int c1, s, w; in mbfl_filt_conv_cp51932_wchar() local
H A Dmbfilter_euc_jp_win.c96 int c1, s, w, n; in mbfl_filt_conv_eucjpwin_wchar() local
H A Dmbfilter_cp936.c96 int c1, c2, w = -1; in mbfl_filt_conv_cp936_wchar() local
H A Dmbfilter_big5.c146 int k, c1, w; in mbfl_filt_conv_big5_wchar() local
/PHP-8.1/ext/gd/libgd/
H A Dgd_io.c34 void Putword (int w, gdIOCtx * ctx) in Putword()
53 void gdPutWord (int w, gdIOCtx * ctx) in gdPutWord()
61 void gdPutInt (int w, gdIOCtx * ctx) in gdPutInt()
H A Dgdtestft.c11 #define MAX4(x,y,z,w) \ argument
13 #define MIN4(x,y,z,w) \ argument
H A Dgdparttopng.c15 int x, y, w, h; in main() local
H A Dgd2time.c17 int x, y, w, h; in main() local
/PHP-8.1/ext/standard/
H A Dsha1.c130 #define FF(a, b, c, d, e, w) { \ argument
135 #define GG(a, b, c, d, e, w) { \ argument
140 #define HH(a, b, c, d, e, w) { \ argument
145 #define II(a, b, c, d, e, w) { \ argument
/PHP-8.1/ext/hash/
H A Dhash_gost.c57 #define X(w, u, v) \ argument
67 #define P(key, w) \ argument
209 uint32_t l, r, t, key[8], u[8], v[8], w[8], s[8], *h = context->state, *m = data; in Gost() local
/PHP-8.1/ext/pdo_oci/
H A Dphp_pdo_oci_int.h88 #define oci_init_error(w) _oci_error(H->err, dbh, NULL, w, H->last_err, TRUE, __FILE__, __LINE__) argument
89 #define oci_drv_error(w) _oci_error(H->err, dbh, NULL, w, H->last_err, FALSE, __FILE__, __LINE__) argument
90 #define oci_stmt_error(w) _oci_error(S->err, stmt->dbh, stmt, w, S->last_err, FALSE, __FILE__, __LI… argument
/PHP-8.1/Zend/Optimizer/
H A Dzend_worklist.h74 #define ZEND_WORKLIST_ALLOCA(w, _len, use_heap) do { \ argument
82 #define ZEND_WORKLIST_FREE_ALLOCA(w, use_heap) \ argument
/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitConfigInternal.h456 #define SLJIT_W(w) (w##l) argument
459 #define SLJIT_W(w) (w##ll) argument
461 #define SLJIT_W(w) (w##l) argument
464 #define SLJIT_W(w) (w) argument
/PHP-8.1/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_convert.c217 static int mbfl_filt_conv_output_hex(unsigned int w, mbfl_convert_filter *filter) in mbfl_filt_conv_output_hex()
245 unsigned int w = c; in mbfl_filt_conv_illegal_output() local
/PHP-8.1/sapi/phpdbg/
H A Dcreate-test.php72 $w = $e = null; variable

Completed in 72 milliseconds

123