Home
last modified time | relevance | path

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

/dports/www/libdom/libdom-0.4.1/src/core/
H A Dnode.c2373 uint32_t *ntargets_allocated, in _dom_event_targets_expand() argument
2377 uint32_t size = *ntargets_allocated; in _dom_event_targets_expand()
2397 *ntargets_allocated = size; in _dom_event_targets_expand()
2429 uint32_t ntargets, ntargets_allocated, targetnr; in _dom_node_dispatch_event() local
2457 ntargets_allocated = 0; in _dom_node_dispatch_event()
2486 if (ntargets == ntargets_allocated) { in _dom_node_dispatch_event()
2487 err = _dom_event_targets_expand(&ntargets_allocated, in _dom_node_dispatch_event()