Home
last modified time | relevance | path

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

/php-src/ext/dom/lexbor/lexbor/core/
H A Dlexbor.h18 typedef void *(*lexbor_memory_calloc_f)(size_t num, size_t size); typedef
35 lexbor_memory_calloc_f new_calloc, lexbor_memory_free_f new_free);
/php-src/ext/dom/lexbor/lexbor/ports/posix/lexbor/core/
H A Dmemory.c11 static lexbor_memory_calloc_f lexbor_memory_calloc = calloc;
41 lexbor_memory_calloc_f new_calloc, lexbor_memory_free_f new_free) in lexbor_memory_setup()
/php-src/ext/dom/lexbor/lexbor/ports/windows_nt/lexbor/core/
H A Dmemory.c11 static lexbor_memory_calloc_f lexbor_memory_calloc = calloc;
41 lexbor_memory_calloc_f new_calloc, lexbor_memory_free_f new_free) in lexbor_memory_setup()

Completed in 17 milliseconds