/dports/www/mod_perl2/mod_perl-2.0.11/xs/APR/Pool/ |
H A D | APR__Pool.h | 161 apr_pool_t *child_pool = NULL; in mpxs_apr_pool_create() local 164 (void)apr_pool_create(&child_pool, parent_pool); in mpxs_apr_pool_create() 168 apr_pool_tag(child_pool, MP_APR_POOL_NEW); in mpxs_apr_pool_create() 174 if (child_pool == parent_pool) { in mpxs_apr_pool_create() 183 apr_pool_t *p = child_pool; in mpxs_apr_pool_create() 200 SV *rv = sv_setref_pv(newSV(0), "APR::Pool", (void*)child_pool); in mpxs_apr_pool_create() 220 MP_APR_POOL_SV_TAKES_OWNERSHIP(sv, child_pool); in mpxs_apr_pool_create() 223 (unsigned long)child_pool, sv, rv); in mpxs_apr_pool_create() 365 mpxs_apr_pool_parent_get(pTHX_ apr_pool_t *child_pool) in mpxs_apr_pool_parent_get() argument 367 apr_pool_t *parent_pool = apr_pool_parent_get(child_pool); in mpxs_apr_pool_parent_get() [all …]
|
/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/src/ |
H A D | child.c | 29 static pool *child_pool = NULL; variable 38 if (!child_pool) { in child_add() 39 child_pool = make_sub_pool(permanent_pool); in child_add() 40 pr_pool_tag(child_pool, "Child Pool"); in child_add() 46 list_pool = make_sub_pool(child_pool); in child_add() 52 p = make_sub_pool(child_pool); in child_add()
|
/dports/databases/proftpd-mod_sql_mysql/proftpd-1.3.7c/src/ |
H A D | child.c | 29 static pool *child_pool = NULL; variable 38 if (!child_pool) { in child_add() 39 child_pool = make_sub_pool(permanent_pool); in child_add() 40 pr_pool_tag(child_pool, "Child Pool"); in child_add() 46 list_pool = make_sub_pool(child_pool); in child_add() 52 p = make_sub_pool(child_pool); in child_add()
|
/dports/databases/proftpd-mod_sql_odbc/proftpd-1.3.7c/src/ |
H A D | child.c | 29 static pool *child_pool = NULL; variable 38 if (!child_pool) { in child_add() 39 child_pool = make_sub_pool(permanent_pool); in child_add() 40 pr_pool_tag(child_pool, "Child Pool"); in child_add() 46 list_pool = make_sub_pool(child_pool); in child_add() 52 p = make_sub_pool(child_pool); in child_add()
|
/dports/databases/proftpd-mod_sql_tds/proftpd-1.3.7c/src/ |
H A D | child.c | 29 static pool *child_pool = NULL; variable 38 if (!child_pool) { in child_add() 39 child_pool = make_sub_pool(permanent_pool); in child_add() 40 pr_pool_tag(child_pool, "Child Pool"); in child_add() 46 list_pool = make_sub_pool(child_pool); in child_add() 52 p = make_sub_pool(child_pool); in child_add()
|
/dports/databases/proftpd-mod_sql_sqlite/proftpd-1.3.7c/src/ |
H A D | child.c | 29 static pool *child_pool = NULL; variable 38 if (!child_pool) { in child_add() 39 child_pool = make_sub_pool(permanent_pool); in child_add() 40 pr_pool_tag(child_pool, "Child Pool"); in child_add() 46 list_pool = make_sub_pool(child_pool); in child_add() 52 p = make_sub_pool(child_pool); in child_add()
|
/dports/net/proftpd-mod_ldap/proftpd-1.3.7c/src/ |
H A D | child.c | 29 static pool *child_pool = NULL; variable 38 if (!child_pool) { in child_add() 39 child_pool = make_sub_pool(permanent_pool); in child_add() 40 pr_pool_tag(child_pool, "Child Pool"); in child_add() 46 list_pool = make_sub_pool(child_pool); in child_add() 52 p = make_sub_pool(child_pool); in child_add()
|
/dports/security/proftpd-mod_clamav/proftpd-1.3.7c/src/ |
H A D | child.c | 29 static pool *child_pool = NULL; variable 38 if (!child_pool) { in child_add() 39 child_pool = make_sub_pool(permanent_pool); in child_add() 40 pr_pool_tag(child_pool, "Child Pool"); in child_add() 46 list_pool = make_sub_pool(child_pool); in child_add() 52 p = make_sub_pool(child_pool); in child_add()
|
/dports/ftp/proftpd/proftpd-1.3.7c/src/ |
H A D | child.c | 29 static pool *child_pool = NULL; variable 38 if (!child_pool) { in child_add() 39 child_pool = make_sub_pool(permanent_pool); in child_add() 40 pr_pool_tag(child_pool, "Child Pool"); in child_add() 46 list_pool = make_sub_pool(child_pool); in child_add() 52 p = make_sub_pool(child_pool); in child_add()
|
/dports/ftp/proftpd-mod_vroot/proftpd-1.3.7c/src/ |
H A D | child.c | 29 static pool *child_pool = NULL; variable 38 if (!child_pool) { in child_add() 39 child_pool = make_sub_pool(permanent_pool); in child_add() 40 pr_pool_tag(child_pool, "Child Pool"); in child_add() 46 list_pool = make_sub_pool(child_pool); in child_add() 52 p = make_sub_pool(child_pool); in child_add()
|
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/test/ |
H A D | testpools.c | 76 static void child_pool(abts_case *tc, void *data) in child_pool() function 147 abts_run_test(suite, child_pool, NULL); in testpool()
|
/dports/devel/apr1/apr-1.7.0/test/ |
H A D | testpools.c | 76 static void child_pool(abts_case *tc, void *data) in child_pool() function 147 abts_run_test(suite, child_pool, NULL); in testpool()
|
/dports/net-mgmt/torrus/torrus-2.09/configs/ |
H A D | webmux2.pl | 39 my( $child_pool, $s ) = @_;
|
/dports/www/mod_perl2/mod_perl-2.0.11/docs/user/handlers/ |
H A D | server.pod | 93 my ($child_pool, $s) = @_; 99 my ($child_pool, $s) = @_; 407 my ($child_pool, $s) = @_; 452 my ($child_pool, $s) = @_;
|
/dports/www/mod_perl2/mod_perl-2.0.11/docs/api/APR/ |
H A D | Pool.pod | 333 $parent_pool = $child_pool->parent_get(); 337 =item obj: C<$child_pool> ( C<L<APR::Pool object|docs::2.0::api::APR::Pool>> )
|
/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/ |
H A D | ChangeLog | 42724 child_pool, rather than passing child_pool itself; the list
|
/dports/databases/proftpd-mod_sql_odbc/proftpd-1.3.7c/ |
H A D | ChangeLog | 42724 child_pool, rather than passing child_pool itself; the list
|
/dports/databases/proftpd-mod_sql_tds/proftpd-1.3.7c/ |
H A D | ChangeLog | 42724 child_pool, rather than passing child_pool itself; the list
|
/dports/databases/proftpd-mod_sql_sqlite/proftpd-1.3.7c/ |
H A D | ChangeLog | 42724 child_pool, rather than passing child_pool itself; the list
|
/dports/databases/proftpd-mod_sql_mysql/proftpd-1.3.7c/ |
H A D | ChangeLog | 42724 child_pool, rather than passing child_pool itself; the list
|
/dports/net/proftpd-mod_ldap/proftpd-1.3.7c/ |
H A D | ChangeLog | 42724 child_pool, rather than passing child_pool itself; the list
|
/dports/security/proftpd-mod_clamav/proftpd-1.3.7c/ |
H A D | ChangeLog | 42724 child_pool, rather than passing child_pool itself; the list
|
/dports/ftp/proftpd/proftpd-1.3.7c/ |
H A D | ChangeLog | 42724 child_pool, rather than passing child_pool itself; the list
|
/dports/ftp/proftpd-mod_vroot/proftpd-1.3.7c/ |
H A D | ChangeLog | 42724 child_pool, rather than passing child_pool itself; the list
|