Home
last modified time | relevance | path

Searched defs:x (Results 76 – 100 of 121) sorted by relevance

12345

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dhash.c168 HashElem *x; /* Element being copied to new hash table */ in rehash() local
H A Dpragma.c617 HashElem *x; in sqlitePragma() local
H A Dvdbe.c432 unsigned long long int x; in hwtime() local
2835 int res, rx, cnt, x; in sqliteVdbeExec() local
4800 int x = pTos->flags & (MEM_Static|MEM_Dyn|MEM_Ephem|MEM_Short); in sqliteVdbeExec() local
H A Dwhere.c449 int x; in sqliteWhereBegin() local
H A Dprintf.c379 char *pre, x; in vxprintf() local
H A Dbtree.c390 u16 swab16(u16 x){ in swab16()
393 u32 swab32(u32 x){ in swab32()
2115 uptr x = Addr(pFrom->apCell[i]); in copyPage() local
/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd_portability.h174 #define L64(x) x##i64 argument
237 #define L64(x) x##LL argument
/PHP-5.3/Zend/
H A Dzend_ini_scanner.c59 #define yyless(x) do { YYCURSOR = (unsigned char*)yytext + x; \ argument
H A Dzend_language_scanner.l66 #define yyless(x) do { YYCURSOR = (unsigned char*)yytext + x; \ argument
H A Dzend_language_scanner.c68 #define yyless(x) do { YYCURSOR = (unsigned char*)yytext + x; \ argument
/PHP-5.3/main/
H A Dnetwork.c107 # define PHP_GAI_STRERROR(x) (gai_strerror(x)) argument
109 # define PHP_GAI_STRERROR(x) (php_gai_strerror(x)) argument
/PHP-5.3/ext/standard/
H A Dscanf.c98 #define UCHAR(x) (zend_uchar)(x) argument
H A Durl.c599 register int x, y; local
H A Dphp_smart_str.h31 #define smart_str_0(x) do { \ argument
H A Dcrypt_blowfish.c446 static void BF_swap(BF_word *x, int count) in BF_swap()
/PHP-5.3/ext/pdo_mysql/
H A Dmysql_statement.c785 #define PDO_MYSQL_NATIVE_TYPE_NAME(x) case FIELD_TYPE_##x: return #x; argument
/PHP-5.3/sapi/aolserver/
H A Daolserver.c441 #define safe_strdup(x) ((x)?strdup((x)):NULL) in php_ns_request_ctor() argument
/PHP-5.3/ext/sybase_ct/
H A Dphp_sybase_ct.c250 #define efree_n(x) { efree(x); x = NULL; } argument
251 #define efree_if(x) if (x) efree_n(x) argument
/PHP-5.3/ext/mbstring/oniguruma/
H A Dregparse.c217 int x; in onig_strncmp() local
369 strend_cmp(st_strend_key* x, st_strend_key* y) in strend_cmp()
390 strend_hash(st_strend_key* x) in strend_hash()
1667 int low, high, bound, x; in add_code_range_to_buf() local
2684 OnigCodePoint x; in find_str_position() local
2713 OnigCodePoint x; in str_exist_check_with_esc() local
4720 static int type_cclass_cmp(type_cclass_key* x, type_cclass_key* y) in type_cclass_cmp()
H A Dregcomp.c1576 Node* x = node; in compile_tree() local
2051 Node *x, *y; in get_min_match_length() local
2394 is_not_included(Node* x, Node* y, regex_t* reg) in is_not_included()
2733 Node *x; in subexp_inf_recursive_check() local
3169 Node *x, *y; in next_setup() local
5603 int x = len * mb_len; in p_len_string() local
H A Dregenc.c884 int x, c; in onigenc_with_ascii_strncmp() local
/PHP-5.3/sapi/apache2filter/
H A Dsapi_apache2.c408 #define safe_strdup(x) ((x)?strdup((x)):NULL) in php_apache_request_ctor() argument
/PHP-5.3/ext/fileinfo/libmagic/
H A Dfile.h104 #define __GNUC_PREREQ__(x, y) \ argument
108 #define __GNUC_PREREQ__(x, y) 0 argument
/PHP-5.3/sapi/thttpd/
H A Dthttpd.c53 #define PHP_SYS_CALL(x) do { x } while (n == -1 && errno == EINTR) argument
/PHP-5.3/ext/zip/lib/
H A Dzipint.h282 #define ZIP_ENTRY_DATA_CHANGED(x) \ argument

Completed in 125 milliseconds

12345