Home
last modified time | relevance | path

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

/dports/polish/libtlen/libtlen-20041113/lib/
H A Dpool.h45 #define pool_heap(i) _pool_new_heap(i,ZONE) macro
49 #define pool_heap(i) _pool_new_heap(i,NULL)
H A Dxmlnode.c23 p = pool_heap (1 * 1024); in _xmlnode_new()
/dports/net-im/jabberd/jabberd-2.7.0/util/
H A Dpool.h94 # define pool_heap(i) _pool_new_heap(i,__FILE__,__LINE__) macro
96 # define pool_heap(i) _pool_new_heap(i,NULL,0) macro
H A Dxhash.c109 p = pool_heap(sizeof(_xhn)*prime + sizeof(_xht)); in xhash_new()
/dports/net-im/jggtrans/jggtrans-2.2.6/libxode/include/
H A Dlibxode.h118 #define pool_heap(i) _pool_new_heap(i,ZONE) macro
121 #define pool_heap(i) _pool_new_heap(i,NULL)
/dports/net-im/centerim/centerim-4.22.10/libjabber/
H A Dlibxode.h117 #define pool_heap(i) _pool_new_heap(i,ZONE) macro
120 #define pool_heap(i) _pool_new_heap(i,NULL)
H A Dpproxy.c62 p = pool_heap(1024); in ppdb_insert()
H A Dxstream.c34 p = pool_heap(5*1024); /* 5k, typically 1-2k each plus copy of self and workspace */ in _xstream_startElement()
H A Dxmlnode.c34 p = pool_heap(1*1024); in _xmlnode_new()
/dports/net-im/jggtrans/jggtrans-2.2.6/libxode/src/
H A Dxstream.c36 p = pool_heap(5*1024); /* 5k, typically 1-2k each plus copy of self and workspace */ in _xstream_startElement()
H A Dxmlnode.c34 p = pool_heap(1*1024); in _xmlnode_new()