Searched refs:poolname (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/struct/
H A Dpool.tcl80 # variable $poolname
81 # upvar #0 ::struct::pool::$poolname pool
82 # upvar #0 ::struct::pool::Allocstate_$poolname state
98 # poolname: name of the pool-object
123 proc ::struct::pool::create { {poolname ""} {maxsize 10} } {
136 if { [string length $poolname]==0 } {
138 set poolname pool$counter
142 # check whether there exists a pool named $poolname
143 if { [lmember $pools $poolname] } {
147 return -code error [format $Errors(DUPLICATE_POOLNAME) $poolname]
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/file_io/netware/
H A Dfilestat.c234 char poolname[50]; local
/macosx-10.9.5/apr-30/apr/apr/file_io/netware/
H A Dfilestat.c234 char poolname[50]; local

Completed in 209 milliseconds