Home
last modified time | relevance | path

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

1234567

/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c283 static int status_comp(const void *a, const void *b) /* {{{ */ in status_comp()
/PHP-7.4/ext/phar/
H A Dphar_object.c1398 char *b; member
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c386 #define SETBIT(a,b) a[(b)/8] = (uint8_t)(a[(b)/8] | (1u << ((b)&7))) argument
H A Dpcre2_internal.h198 #define memmove(a, b, c) PRIV(memmove)(a, b, c) argument
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeTILEGX-encoder.c9595 const struct tilegx_spr *b = (const struct tilegx_spr *) b_ptr; in tilegx_spr_compare() local

Completed in 88 milliseconds

1234567