Home
last modified time | relevance | path

Searched refs:SLJIT_ZEROMEM (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitConfigInternal.h154 #ifndef SLJIT_ZEROMEM
155 #define SLJIT_ZEROMEM(dest, len) (memset(dest, 0, len)) macro
H A DsljitLir.c462 SLJIT_ZEROMEM(compiler, sizeof(struct sljit_compiler)); in sljit_create_compiler()

Completed in 31 milliseconds