Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:22729 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16398 invoked by uid 1010); 13 Apr 2006 08:19:39 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 16383 invoked from network); 13 Apr 2006 08:19:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Apr 2006 08:19:39 -0000 X-Host-Fingerprint: 204.11.126.132 maa-exch.maa.corp.collab.net Windows 2000 SP4, XP SP1 Received: from ([204.11.126.132:55482] helo=chennaimail.collab.net) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id B1/09-19715-A990E344 for ; Thu, 13 Apr 2006 04:19:39 -0400 Received: from [10.2.0.91] ([10.2.0.91] RDNS failed) by chennaimail.collab.net with Microsoft SMTPSVC(6.0.3790.1830); Thu, 13 Apr 2006 13:49:35 +0530 Message-ID: <443E09B0.3070902@fastmail.fm> Date: Thu, 13 Apr 2006 13:50:00 +0530 User-Agent: Thunderbird 1.5 (X11/20051201) MIME-Version: 1.0 To: ceo@l-i-e.com CC: internals@lists.php.net References: <46894.67.184.121.112.1144914867.squirrel@www.l-i-e.com> In-Reply-To: <46894.67.184.121.112.1144914867.squirrel@www.l-i-e.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 13 Apr 2006 08:19:35.0035 (UTC) FILETIME=[FF8F1CB0:01C65ED2] Subject: Re: [PHP-DEV] tsrm_ls From: kameshj@fastmail.fm (Kamesh Jayachandran) Hi Richard, I think LS=LIST CC=Comma(,) Call (, tsrm_ls) DC = Comma(,) Declare(, void ***tsrm_ls) With regards Kamesh Jayachandran Richard Lynch wrote: > I'm trying to grok PHP Source, and I suspect I've missed some > "Beginner" guide somewhere. > > I'm looking at the TSRM*_* data types in the header files, and have > backtracked as far as 'tsrm_ls' and then... I'm not finding a place > where that is defined. > > I've grepped php-src for it, and only see it used, not defined. > > I also grepped /usr/include and /usr/local/include, thinking maybe > it's a standard OS thing. > > I know TSRM is thread-safe-resource-manager, but the LS_DC LS_CC etc > system isn't getting into my brain... L for Long? S for string? > > What am I missing? > > TIA! (Hoping to do something useful someday...) > >