Home
last modified time | relevance | path

Searched defs:a (Results 51 – 75 of 145) sorted by relevance

123456

/PHP-5.3/ext/ereg/
H A Dereg.c94 static int ereg_lru_cmp(const void *a, const void *b TSRMLS_DC) in ereg_lru_cmp()
202 #define regfree(a); argument
204 #define regcomp(a, b, c) _php_regcomp(a, b, c) argument
/PHP-5.3/Zend/
H A Dzend_qsort.c27 static void _zend_qsort_swap(void *a, void *b, size_t siz) in _zend_qsort_swap()
H A Dzend_config.w32.h56 #define zend_isinf(a) ((_fpclass(a) == _FPCLASS_PINF) || (_fpclass(a) == _FPCLASS_NINF)) argument
/PHP-5.3/ext/phar/
H A Dshortarc.php74 $a = realpath(Extract_Phar::$temp . DIRECTORY_SEPARATOR . $pt); variable
H A Dphar_internal.h543 #define PHAR_STR(a, b) \ argument
545 #define PHAR_ZSTR(a, b) \ argument
547 #define PHAR_STR_FREE(a) \ argument
583 #define PHAR_STR(a, b) \ argument
585 #define PHAR_ZSTR(a, b) \ argument
587 #define PHAR_STR_FREE(a) argument
/PHP-5.3/ext/standard/
H A Dpageinfo.c43 #define getgroups(a, b) 0 argument
H A Dmd5.c154 #define STEP(f, a, b, c, d, x, t, s) \ argument
190 php_uint32 a, b, c, d; in body() local
H A Dcrypt_sha512.c50 # define MIN(a, b) (((a) < (b)) ? (a) : (b)) argument
53 # define MAX(a, b) (((a) > (b)) ? (a) : (b)) argument
141 uint64_t a = ctx->H[0]; in sha512_process_block() local
H A Darray.c167 static int php_array_key_compare(const void *a, const void *b TSRMLS_DC) /* {{{ */ in php_array_key_compare()
222 static int php_array_reverse_key_compare(const void *a, const void *b TSRMLS_DC) /* {{{ */ in php_array_reverse_key_compare()
353 static int php_array_data_compare(const void *a, const void *b TSRMLS_DC) /* {{{ */ in php_array_data_compare()
393 static int php_array_reverse_data_compare(const void *a, const void *b TSRMLS_DC) /* {{{ */ in php_array_reverse_data_compare()
438 static int php_array_natural_compare(const void *a, const void *b TSRMLS_DC) /* {{{ */ in php_array_natural_compare()
444 static int php_array_natural_case_compare(const void *a, const void *b TSRMLS_DC) /* {{{ */ in php_array_natural_case_compare()
568 static int php_array_user_compare(const void *a, const void *b TSRMLS_DC) /* {{{ */ in php_array_user_compare()
713 static int php_array_user_key_compare(const void *a, const void *b TSRMLS_DC) /* {{{ */ in php_array_user_key_compare()
2832 static int zval_compare(zval **a, zval **b TSRMLS_DC) /* {{{ */ in zval_compare()
2867 static int zval_user_compare(zval **a, zval **b TSRMLS_DC) /* {{{ */ in zval_user_compare()
[all …]
H A Dcrypt_sha256.c62 # define MIN(a, b) (((a) < (b)) ? (a) : (b)) argument
65 # define MAX(a, b) (((a) > (b)) ? (a) : (b)) argument
117 uint32_t a = ctx->H[0]; in sha256_process_block() local
H A Dphp_filestat.h81 #define getgroups(a, b) 0 argument
H A Dphp_smart_str.h46 #define SMART_STR_REALLOC(a,b,c) realloc((a),(b)) argument
48 #define SMART_STR_REALLOC(a,b,c) perealloc((a),(b),(c)) argument
/PHP-5.3/sapi/apache2filter/
H A Dapache_config.c41 #define phpapdebug(a) fprintf a argument
43 #define phpapdebug(a) argument
/PHP-5.3/ext/zlib/
H A Dzlib.c67 # define PUTS(a) php_printf("%s",a) argument
70 # define PUTC(a) PUTS(a) argument
73 # define PHPWRITE(a,n) php_write((a),(n) TSRMLS_CC) argument
/PHP-5.3/TSRM/
H A Dtsrm_nw.c47 #define tsrm_strtok_r(a,b,c) strtok((a),(b)) argument
/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd_priv.h138 #define SET_CLIENT_ERROR(error_info, a, b, c) \ argument
148 #define SET_STMT_ERROR(stmt, a, b, c) SET_CLIENT_ERROR((stmt)->error_info, a, b, c) argument
/PHP-5.3/sapi/apache2handler/
H A Dapache_config.c41 #define phpapdebug(a) fprintf a argument
43 #define phpapdebug(a) argument
/PHP-5.3/ext/xmlrpc/libxmlrpc/
H A Dbase64.c146 unsigned char a[4], b[4], o[3]; in base64_decode_xmlrpc() local
/PHP-5.3/ext/gd/libgd/
H A Dgd_io_ss.c132 static void sinkPutchar (gdIOCtx * ctx, int a) in sinkPutchar()
H A Dgd_io_file.c94 static void filePutchar (gdIOCtx * ctx, int a) in filePutchar()
/PHP-5.3/ext/ereg/regex/
H A Dregexec.c29 #define EQ(a, b) ((a) == (b)) argument
76 #define EQ(a, b) (memcmp(a, b, m->g->nstates) == 0) argument
/PHP-5.3/ext/sockets/
H A Dsockets.c43 # define IS_INVALID_SOCKET(a) (a->bsd_socket == INVALID_SOCKET) argument
57 # define set_errno(a) WSASetLastError(a) argument
58 # define close(a) closesocket(a) argument
73 # define IS_INVALID_SOCKET(a) (a->bsd_socket < 0) argument
74 # define set_errno(a) (errno = a) argument
/PHP-5.3/ext/fileinfo/libmagic/
H A Dcdf.c71 #define DPRINTF(a) printf a, fflush(stdout) argument
151 #define CDF_UNPACK(a) \ argument
153 #define CDF_UNPACKA(a) \ argument
1074 #define DUMP(a, b) (void)fprintf(stderr, "%40.40s = " a "\n", # b, h->h_ ## b) in cdf_dump_header() argument
1075 #define DUMP2(a, b) (void)fprintf(stderr, "%40.40s = " a " (" a ")\n", # b, \ in cdf_dump_header() argument
/PHP-5.3/ext/mysqli/
H A Dmysqli.c40 #define MYSQLI_ADD_PROPERTIES(a,b) \ argument
50 #define MYSQLI_ADD_PROPERTIES_INFO(a,b) \ argument
1332 #define ALLOC_CALLBACK_ARGS(a, b, c)\ argument
1341 #define FREE_CALLBACK_ARGS(a, b, c)\ argument
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dutil.c502 register unsigned char *a, *b; in sqliteStrICmp() local
509 register unsigned char *a, *b; in sqliteStrNICmp() local
712 int sqliteSortCompare(const char *a, const char *b){ in sqliteSortCompare()

Completed in 106 milliseconds

123456