Home
last modified time | relevance | path

Searched defs:x (Results 1 – 25 of 139) sorted by last modified time

123456

/PHP-7.3/ext/soap/
H A Dphp_sdl.c1242 sdlExtraAttributePtr x = emalloc(sizeof(sdlExtraAttribute)); in sdl_deserialize_attribute() local
1254 sdlRestrictionIntPtr x = emalloc(sizeof(sdlRestrictionInt)); in sdl_deserialize_resriction_int() local
1268 sdlRestrictionCharPtr x = emalloc(sizeof(sdlRestrictionChar)); in sdl_deserialize_resriction_char() local
1299 sdlContentModelPtr x = sdl_deserialize_model(types, elements, in); in sdl_deserialize_model() local
1354 sdlRestrictionCharPtr x = sdl_deserialize_resriction_char(in); in sdl_deserialize_type() local
1894 static void sdl_serialize_resriction_int(sdlRestrictionIntPtr x, smart_str *out) in sdl_serialize_resriction_int()
1905 static void sdl_serialize_resriction_char(sdlRestrictionCharPtr x, smart_str *out) in sdl_serialize_resriction_char()
H A Dsoap.c4000 xmlNodePtr x; local
/PHP-7.3/ext/standard/
H A Durl.c584 register size_t x, y; local
H A Dstring.c366 #define REGISTER_NL_LANGINFO_CONSTANT(x) REGISTER_LONG_CONSTANT(#x, x, CONST_CS | CONST_PERSISTENT) in PHP_MINIT_FUNCTION() argument
H A Dexec.c294 register size_t x, y; in php_escape_shell_cmd() local
401 size_t x, y = 0; in php_escape_shell_arg() local
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregcomp.c401 int_multiply_cmp(int x, int y, int v) in int_multiply_cmp()
418 onig_positive_int_multiply(int x, int y) in onig_positive_int_multiply()
470 node_list_add(Node* list, Node* x) in node_list_add()
2011 Node* x = node; in compile_tree() local
2634 is_exclusive(Node* x, Node* y, regex_t* reg) in is_exclusive()
3026 Node *x, *y; in tree_min_len() local
3531 Node *x; in infinite_recursive_call_check() local
4038 Node *x, *y; in tune_next() local
7059 OnigCodePoint low, high, x; in onig_is_in_code_range() local
/PHP-7.3/Zend/
H A Dzend_virtual_cwd.c76 #define realpath(x,y) strcpy(y,x) argument
H A Dzend_language_scanner.c69 #define yyless(x) do { YYCURSOR = (unsigned char*)yytext + x; \ argument
H A Dzend_language_scanner.l67 #define yyless(x) do { YYCURSOR = (unsigned char*)yytext + x; \ argument
H A Dzend_alloc.c318 #define _BIN_DATA_SIZE(num, size, elements, pages, x, y) size, argument
323 #define _BIN_DATA_ELEMENTS(num, size, elements, pages, x, y) elements, argument
328 #define _BIN_DATA_PAGES(num, size, elements, pages, x, y) pages, argument
2423 # define _ZEND_BIN_ALLOCATOR(_num, _size, _elements, _pages, x, y) \ argument
2429 ZEND_MM_BINS_INFO(_ZEND_BIN_ALLOCATOR, x, y) argument
2444 # define _ZEND_BIN_FREE(_num, _size, _elements, _pages, x, y) \ argument
2458 # define _ZEND_BIN_FREE(_num, _size, _elements, _pages, x, y) \ argument
2469 ZEND_MM_BINS_INFO(_ZEND_BIN_FREE, x, y) argument
/PHP-7.3/ext/gmp/
H A Dgmp.c37 #define GMP_ABS(x) ((x) >= 0 ? (x) : -(x)) argument
/PHP-7.3/ext/openssl/
H A Dopenssl.c694 static int X509_get_signature_nid(const X509 *x) in X509_get_signature_nid()
2522 static int check_cert(X509_STORE *ctx, X509 *x, STACK_OF(X509) *untrustedchain, int purpose) in check_cert()
2714 X509* x = sk_X509_pop(sk); in php_sk_X509_free() local
4387 zval *x; in PHP_FUNCTION() local
4857 BIGNUM *x = BN_new(); in PHP_FUNCTION() local
/PHP-7.3/ext/mysqli/
H A Dphp_mysqli_structs.h168 #define L64(x) x##i64 argument
182 #define L64(x) x##LL argument
335 #define my_estrdup(x) (x) ? estrdup(x) : NULL argument
336 #define my_efree(x) if (x) efree(x) argument
/PHP-7.3/main/
H A Dnetwork.c98 # define PHP_GAI_STRERROR(x) (gai_strerror(x)) argument
100 # define PHP_GAI_STRERROR(x) (php_gai_strerror(x)) argument
H A Dreentrancy.c44 #define local_lock(x) tsrm_mutex_lock(reentrant_locks[x]) argument
45 #define local_unlock(x) tsrm_mutex_unlock(reentrant_locks[x]) argument
49 #define local_lock(x) argument
50 #define local_unlock(x) argument
/PHP-7.3/ext/pdo/
H A Dphp_pdo_driver.h91 #define PDO_PARAM_TYPE(x) ((x) & ~PDO_PARAM_FLAGS) argument
/PHP-7.3/ext/date/lib/
H A Dparse_date.c109 #define TIMELIB_PROCESS_YEAR(x, l) { \ argument
/PHP-7.3/ext/gd/libgd/
H A Dgd.c657 int x, y, p; in gdImagePaletteCopy() local
1626 int x, y; in gdImageFilledArc() local
2163 int x, y; in _gdImageFilledHRectangle() local
2207 int x, y; in _gdImageFilledVRectangle() local
2257 int x, y; in gdImageCopy() local
2338 int x, y; in gdImageCopyMerge() local
2378 int x, y; in gdImageCopyMergeGray() local
2432 int x, y; in gdImageCopyResized() local
2541 int x, y; in gdImageCopyResampled() local
2873 int x, y; in gdImageCompare() local
[all …]
H A Dgd_interpolation.c75 # define floorf(x) ((float)(floor(x))) argument
94 #define gd_itofx(x) ((x) << 8) argument
97 #define gd_ftofx(x) (long)((x) * 256) argument
100 #define gd_dtofx(x) (long)((x) * 256) argument
103 #define gd_fxtoi(x) ((x) >> 8) argument
106 # define gd_fxtof(x) ((float)(x) / 256) argument
109 #define gd_fxtod(x) ((double)(x) / 256) argument
112 #define gd_mulfx(x,y) (((x) * (y)) >> 8) argument
115 #define gd_divfx(x,y) (((x) << 8) / (y)) argument
398 static double filter_box(double x) { in filter_box()
[all …]
/PHP-7.3/ext/com_dotnet/
H A Dcom_extension.c335 #define COM_CONST(x) REGISTER_LONG_CONSTANT(#x, x, CONST_CS|CONST_PERSISTENT) in PHP_MINIT_FUNCTION() argument
338 # define COM_ERR_CONST(x) { \ in PHP_MINIT_FUNCTION() argument
/PHP-7.3/sapi/litespeed/
H A Dlsapilib.c4215 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument
4216 #define F2(x, y, z) F1(z, x, y) argument
4217 #define F3(x, y, z) (x ^ y ^ z) argument
4218 #define F4(x, y, z) (y ^ (x | ~z)) argument
4221 #define MD5STEP(f, w, x, y, z, data, s) \ argument
/PHP-7.3/ext/mbstring/
H A Dmbstring.c71 #define onig_initialize_match_param(x) (void)(x) argument
72 #define onig_set_match_stack_limit_size_of_match_param(x, y) argument
73 #define onig_free_match_param(x) argument
H A Dphp_unicode.c116 static inline unsigned mph_hash(unsigned d, unsigned x) { in mph_hash()
/PHP-7.3/ext/opcache/Optimizer/
H A Dzend_inference.c433 int x = ((a < 0) ? 8 : 0) | in zend_ssa_range_or() local
481 int x = ((a < 0) ? 8 : 0) | in zend_ssa_range_and() local
/PHP-7.3/ext/iconv/
H A Diconv.c545 #define _php_check_ignore(x) (0) argument

Completed in 224 milliseconds

123456