Home
last modified time | relevance | path

Searched defs:x (Results 101 – 125 of 135) sorted by relevance

123456

/PHP-7.0/main/
H A Dnetwork.c112 # define PHP_GAI_STRERROR(x) (gai_strerror(x)) argument
114 # define PHP_GAI_STRERROR(x) (php_gai_strerror(x)) argument
H A Dphp.h260 #define php_ignore_value(x) ZEND_IGNORE_VALUE(x) argument
/PHP-7.0/ext/mbstring/oniguruma/
H A Dregparse.c209 int x; in onig_strncmp() local
315 str_end_cmp(st_str_end_key* x, st_str_end_key* y) in str_end_cmp()
336 str_end_hash(st_str_end_key* x) in str_end_hash()
1237 onig_node_list_add(Node* list, Node* x) in onig_node_list_add()
1700 int low, high, bound, x; in add_code_range_to_buf() local
2845 OnigCodePoint x; in find_str_position() local
2874 OnigCodePoint x; in str_exist_check_with_esc() local
4865 static int type_cclass_cmp(type_cclass_key* x, type_cclass_key* y) in type_cclass_cmp()
H A Dregcomp.c1596 Node* x = node; in compile_tree() local
2073 Node *x, *y; in get_min_match_length() local
2398 is_not_included(Node* x, Node* y, regex_t* reg) in is_not_included()
2723 Node *x; in subexp_inf_recursive_check() local
3162 Node *x, *y; in next_setup() local
5639 OnigCodePoint low, high, x; in onig_is_in_code_range() local
5840 int x = len * mb_len; in p_len_string() local
H A Dregenc.c825 int x, c; in onigenc_with_ascii_strncmp() local
/PHP-7.0/sapi/litespeed/
H A Dlsapilib.c3468 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument
3469 #define F2(x, y, z) F1(z, x, y) argument
3470 #define F3(x, y, z) (x ^ y ^ z) argument
3471 #define F4(x, y, z) (y ^ (x | ~z)) argument
3474 #define MD5STEP(f, w, x, y, z, data, s) \ argument
/PHP-7.0/Zend/
H A Dmicro_bench.php315 $x = new Foo(); variable
H A Dzend_alloc.h93 # define _ZEND_BIN_ALLOCATOR_DEF(_num, _size, _elements, _pages, x, y) \ argument
118 # define _ZEND_BIN_DEALLOCATOR_DEF(_num, _size, _elements, _pages, x, y) \ argument
H A Dzend_language_scanner.l69 #define yyless(x) do { YYCURSOR = (unsigned char*)yytext + x; \ argument
H A Dzend_language_scanner.c71 #define yyless(x) do { YYCURSOR = (unsigned char*)yytext + x; \ argument
H A Dzend_virtual_cwd.c75 #define realpath(x,y) strcpy(y,x) argument
/PHP-7.0/ext/zip/lib/
H A Dzipint.h190 #define ZIP_CM_IS_DEFAULT(x) ((x) == ZIP_CM_DEFAULT || (x) == ZIP_CM_REPLACED_DEFAULT) argument
458 #define ZIP_ENTRY_DATA_CHANGED(x) ((x)->source != NULL) argument
/PHP-7.0/ext/standard/
H A Dcrypt_blowfish.c450 static void BF_swap(BF_word *x, int count) in BF_swap()
/PHP-7.0/ext/opcache/
H A DZendAccelerator.h137 #define DO_ALLOCA(x) do_alloca(x, use_heap) argument
138 #define FREE_ALLOCA(x) free_alloca(x, use_heap) argument
/PHP-7.0/ext/fileinfo/libmagic/
H A Dfile.h112 #define __GNUC_PREREQ__(x, y) \ argument
116 #define __GNUC_PREREQ__(x, y) 0 argument
H A Dapprentice.c2137 goodchar(unsigned char x, const char *extra) in goodchar()
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_watch.c340 #define return_and_free_watch(x) { \ in phpdbg_create_watchpoint() argument
/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_libmysql_compat.h48 #define mysql_debug(x) mysqlnd_debug((x)) argument
/PHP-7.0/ext/pcre/pcrelib/sljit/
H A DsljitNativeX86_common.c124 #define IS_HALFWORD(x) ((x) <= HALFWORD_MAX && (x) >= HALFWORD_MIN) argument
125 #define NOT_HALFWORD(x) ((x) > HALFWORD_MAX || (x) < HALFWORD_MIN) argument
/PHP-7.0/ext/oci8/
H A Doci8.c58 #define Z_ADDREF_P(x) ZVAL_ADDREF(x) argument
/PHP-7.0/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c214 #define XMLRPC_IS_NUMBER(x) if (x < '0' || x > '9') return -1; in date_from_ISO8601() argument
/PHP-7.0/ext/openssl/
H A Dopenssl.c664 static int X509_get_signature_nid(const X509 *x) in X509_get_signature_nid()
2376 static int check_cert(X509_STORE *ctx, X509 *x, STACK_OF(X509) *untrustedchain, int purpose) in check_cert()
2557 X509* x = sk_X509_pop(sk); in php_sk_X509_free() local
/PHP-7.0/ext/date/lib/
H A Dparse_date.c130 #define TIMELIB_PROCESS_YEAR(x, l) { \ argument
/PHP-7.0/ext/iconv/
H A Diconv.c551 #define _php_check_ignore(x) (0) argument
/PHP-7.0/ext/pdo/
H A Dphp_pdo_driver.h85 #define PDO_PARAM_TYPE(x) ((x) & ~PDO_PARAM_FLAGS) argument

Completed in 219 milliseconds

123456