Home
last modified time | relevance | path

Searched defs:a (Results 76 – 100 of 145) sorted by relevance

123456

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_internal.h423 #define PUT(a,n,d) \ argument
427 #define GET(a,n) \ argument
440 #define GET(a,n) \ argument
454 #define GET(a,n) \ argument
472 #define PUT(a,n,d) \ argument
475 #define GET(a,n) \ argument
490 #define GET(a,n) \ argument
510 #define GET(a,n) \ argument
541 #define GET2(a,n) \ argument
551 #define GET2(a,n) \ argument
[all …]
/PHP-5.3/ext/fileinfo/libmagic/
H A Dreadelf.c55 #define ELF_ALIGN(a) ((((a) + align - 1) / align) * align) argument
1173 #define elf_getu(a, b) elf_getu32(a, b) in file_tryelf() argument
1179 #define elf_getu(a, b) elf_getu64(a, b) in file_tryelf() argument
H A Dfile.h99 #define __arraycount(a) (sizeof(a) / sizeof(a[0])) argument
113 #define MIN(a,b) (((a) < (b)) ? (a) : (b)) argument
117 #define MAX(a,b) (((a) > (b)) ? (a) : (b)) argument
454 #define strtoul(a, b, c) strtol(a, b, c) argument
H A Dsoftmagic.c1587 const unsigned char *a = (const unsigned char *)s1; in file_strncmp() local
1642 file_strncmp16(const char *a, const char *b, size_t len, uint32_t flags) in file_strncmp16()
/PHP-5.3/ext/sqlite/libsqlite/src/
H A DsqliteInt.h730 } *a; /* One entry for each expression */ member
754 } *a; member
781 } a[1]; /* One entry for each identifier on the list */ member
829 WhereLevel a[1]; /* Information about each nest loop in the WHERE */ member
1119 # define sqliteCheckMemory(a,b) argument
1253 # define sqliteAuthRead(a,b,c) argument
1254 # define sqliteAuthCheck(a,b,c,d,e) SQLITE_OK argument
1255 # define sqliteAuthContextPush(a,b,c) argument
1256 # define sqliteAuthContextPop(a) ((void)(a)) argument
H A Dparse.y55 struct TrigEvent { int a; IdList * b; }; member
H A Dvdbe.c1017 int a, b; in sqliteVdbeExec() local
1041 double a, b; in sqliteVdbeExec() local
1159 int a, b; in sqliteVdbeExec() local
/PHP-5.3/ext/gd/libgd/
H A Dgd_png.c383 register png_byte a = gdAlphaMax - (row_pointers[h][boffset++] >> 1); in gdImageCreateFromPngCtx() local
683 unsigned char a; in gdImagePngCtxEx() local
H A Dgd.c262 int gdImageColorClosestAlpha (gdImagePtr im, int r, int g, int b, int a) in gdImageColorClosestAlpha()
304 #define MIN(a,b) ((a)<(b)?(a):(b)) argument
306 #define MIN3(a,b,c) ((a)<(b)?(MIN(a,c)):(MIN(b,c))) argument
308 #define MAX(a,b) ((a)<(b)?(b):(a)) argument
310 #define MAX3(a,b,c) ((a)<(b)?(MAX(b,c)):(MAX(a,c))) argument
458 int gdImageColorExactAlpha (gdImagePtr im, int r, int g, int b, int a) in gdImageColorExactAlpha()
480 int gdImageColorAllocateAlpha (gdImagePtr im, int r, int g, int b, int a) in gdImageColorAllocateAlpha()
525 int gdImageColorResolveAlpha (gdImagePtr im, int r, int g, int b, int a) in gdImageColorResolveAlpha()
1261 #define BLEND_COLOR(a, nc, c, cc) \ argument
2715 int gdCompareInt (const void *a, const void *b) in gdCompareInt()
H A Dgd_io_dp.c216 static void dynamicPutchar (struct gdIOCtx *ctx, int a) in dynamicPutchar()
/PHP-5.3/Zend/
H A Dzend_execute.h336 void *a, *b; in zend_arg_types_stack_2_pop() local
346 void *a, *b, *c; in zend_arg_types_stack_3_pop() local
H A Dzend_gc.h52 #define GC_SET_ADDRESS(v, a) \ argument
67 #define GC_ZVAL_SET_ADDRESS(v, a) \ argument
H A Dzend.h500 #define MAX(a, b) (((a)>(b))?(a):(b)) argument
501 #define MIN(a, b) (((a)<(b))?(a):(b)) argument
507 #define ZEND_LOG_XOR(a, b) (ZEND_TRUTH(a) ^ ZEND_TRUTH(b)) argument
547 # define SETJMP(a) sigsetjmp(a, 0) argument
548 # define LONGJMP(a,b) siglongjmp(a, b) argument
/PHP-5.3/ext/filter/
H A Dfilter.c297 #define VAR_ARRAY_COPY_DTOR(a) \ argument
414 #define PARSE_CASE(s,a,t) \ in php_sapi_filter() argument
/PHP-5.3/ext/pdo_firebird/
H A Dphp_pdo_firebird_int.h63 #define min(a,b) ((a)<(b)?(a):(b)) argument
/PHP-5.3/ext/zip/lib/
H A Dzip_close.c643 _zip_torrentzip_cmp(const void *a, const void *b) in _zip_torrentzip_cmp()
H A Dzip_open.c516 int a, best, buflen, i; in _zip_find_central_dir() local
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_conf.c49 #define STR2STR(a) (a ? a : "undefined") argument
50 #define BOOL2STR(a) (a ? "yes" : "no") argument
/PHP-5.3/ext/date/lib/
H A Dtm2unixtime.c31 static int do_range_limit(timelib_sll start, timelib_sll end, timelib_sll adj, timelib_sll *a, time… in do_range_limit()
/PHP-5.3/ext/intl/collator/
H A Dcollator_sort.c209 static int collator_compare_func( const void* a, const void* b TSRMLS_DC ) in collator_compare_func()
/PHP-5.3/ext/phar/
H A Ddirstream.c163 static int phar_compare_dir_name(const void *a, const void *b TSRMLS_DC) /* {{{ */ in phar_compare_dir_name()
/PHP-5.3/ext/standard/
H A Dpack.c57 #define INC_OUTPUTPOS(a,b) \ argument
/PHP-5.3/ext/session/
H A Dmod_mm.c70 # define ps_mm_debug(a) argument
/PHP-5.3/ext/interbase/
H A Dphp_ibase_udf.c105 #define min(a,b) ((a)<(b)?(a):(b)) argument
/PHP-5.3/main/streams/
H A Dstreams.c2251 PHPAPI int php_stream_dirent_alphasort(const char **a, const char **b)
2259 PHPAPI int php_stream_dirent_alphasortr(const char **a, const char **b)
2267 PHPAPI int _php_stream_scandir(char *dirname, char **namelist[], int flags, php_stream_context *con…

Completed in 165 milliseconds

123456