Home
last modified time | relevance | path

Searched refs:open_dev_zero (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/pcre/pcre2lib/sljit/allocator_src/
H A DsljitExecAllocatorPosix.c44 if (SLJIT_UNLIKELY((dev_zero < 0) && open_dev_zero())) in alloc_chunk()
H A DsljitExecAllocatorFreeBSD.c60 if (SLJIT_UNLIKELY((dev_zero < 0) && open_dev_zero())) in alloc_chunk()
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitUtils.c100 static SLJIT_INLINE int open_dev_zero(void) in open_dev_zero() function
113 static SLJIT_INLINE int open_dev_zero(void) in open_dev_zero() function
277 if (SLJIT_UNLIKELY((dev_zero < 0) && open_dev_zero())) { in sljit_allocate_stack()

Completed in 12 milliseconds