Home
last modified time | relevance | path

Searched defs:b (Results 151 – 158 of 158) sorted by relevance

1234567

/PHP-7.1/ext/standard/
H A Dfilters.c321 #define php_conv_convert(a, b, c, d, e) ((php_conv *)(a))->convert_op((php_conv *)(a), (b), (c), (d… argument
/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_compile.c69 #define SETBIT(a,b) a[(b)/8] |= (1 << ((b)&7)) argument
H A Dpcre_internal.h385 #define memmove(a, b, c) bcopy(b, a, c) argument
406 #define memmove(a, b, c) pcre_memmove(a, b, c) argument
/PHP-7.1/ext/zip/
H A Dphp_zip.c140 char b[8192]; in php_zip_extract_file() local
/PHP-7.1/sapi/cli/
H A Dphp_cli_server.c278 static int status_comp(const void *a, const void *b) /* {{{ */ in status_comp()
/PHP-7.1/ext/phar/
H A Dphar_object.c1420 char *b; member
/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.h11227 const unsigned char *b; member
/PHP-7.1/ext/pcre/pcrelib/sljit/
H A DsljitNativeTILEGX-encoder.c9595 const struct tilegx_spr *b = (const struct tilegx_spr *) b_ptr; in tilegx_spr_compare() local

Completed in 152 milliseconds

1234567