Home
last modified time | relevance | path

Searched defs:b (Results 126 – 136 of 136) sorted by relevance

123456

/PHP-5.3/ext/iconv/
H A Diconv.c62 #define _php_iconv_memequal(a, b, c) \ argument
/PHP-5.3/TSRM/
H A Dtsrm_virtual_cwd.c101 #define tsrm_strtok_r(a,b,c) _tcstok((a),(b)) argument
/PHP-5.3/ext/sqlite3/
H A Dsqlite3.c854 …_sqlite3_callback_compare(void *coll, int a_len, const void *a, int b_len, const void* b) /* {{{ */
/PHP-5.3/ext/standard/
H A Dfile.c975 char *posix_mode, *b, *buf = 0, *tmp; in PHP_FUNCTION() local
H A Dfilters.c328 #define php_conv_convert(a, b, c, d, e) ((php_conv *)(a))->convert_op((php_conv *)(a), (b), (c), (d… argument
/PHP-5.3/ext/date/
H A Dphp_date.c3507 timelib_time *b = NULL, *e = NULL; in date_interval_initialize() local
3874 timelib_time *b = NULL, *e = NULL; in date_period_initialize() local
/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_compile.c71 #define SETBIT(a,b) a[(b)/8] |= (1 << ((b)&7)) argument
H A Dpcre_internal.h379 #define memmove(a, b, c) bcopy(b, a, c) argument
400 #define memmove(a, b, c) pcre_memmove(a, b, c) argument
/PHP-5.3/ext/zip/
H A Dphp_zip.c143 char b[8192]; in php_zip_extract_file() local
/PHP-5.3/ext/sqlite/
H A Dsqlite.c61 # define safe_emalloc(a,b,c) emalloc((a)*(b)+(c)) argument
/PHP-5.3/ext/phar/
H A Dphar_object.c1425 char *b; member

Completed in 105 milliseconds

123456