Home
last modified time | relevance | path

Searched refs:rc (Results 26 – 50 of 209) sorted by last modified time

123456789

/PHP-5.5/sapi/apache/
H A Dphp5apache.dsp31 RSC=rc.exe
120 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
/PHP-5.5/sapi/apache2handler/
H A Dphp5apache2.dsp31 RSC=rc.exe
119 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
/PHP-5.5/sapi/aolserver/
H A Dphp5aolserver.dsp31 RSC=rc.exe
120 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
/PHP-5.5/ext/zlib/
H A Dzlib.dsp30 RSC=rc.exe
94 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
/PHP-5.5/ext/zip/
H A Dphp_zip.h41 # define Z_SET_REFCOUNT_P(pz, rc) pz->refcount = rc argument
/PHP-5.5/ext/xsl/
H A Dxsl.dsp30 RSC=rc.exe
93 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
/PHP-5.5/ext/xmlwriter/
H A Dxmlwriter.dsp30 RSC=rc.exe
94 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
/PHP-5.5/ext/xmlrpc/
H A Dxmlrpc.dsp30 RSC=rc.exe
92 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
/PHP-5.5/ext/xmlreader/
H A Dxmlreader.dsp30 RSC=rc.exe
95 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
/PHP-5.5/ext/tokenizer/
H A Dtokenizer.dsp30 RSC=rc.exe
93 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
/PHP-5.5/ext/tidy/
H A Dtidy.dsp30 RSC=rc.exe
93 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
/PHP-5.5/ext/sybase_ct/
H A Dsybase_ct.dsp30 RSC=rc.exe
95 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
/PHP-5.5/ext/standard/tests/strings/
H A Dbug72434.phpt16 // Increment the reference counter by 1 -> rc is 0
18 // Increment the reference counter by 1 again -> rc is 1
/PHP-5.5/ext/standard/tests/directory/
H A DDirectoryClass_basic_001.phpt12 $rc = new ReflectionClass("Directory");
13 echo $rc;
/PHP-5.5/ext/standard/tests/assert/
H A Dassert_error1.phpt35 var_dump($rc = assert('aa=sd+as+safsafasfaçsafçsafç'));
H A Dassert_variation.phpt52 var_dump($rc=assert_options(ASSERT_CALLBACK, "c1"));
59 var_dump($rc = assert_options(ASSERT_CALLBACK,array("c1","assert")));
67 var_dump($rc=assert_options(ASSERT_CALLBACK,array(&$o,"assert")));
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c62668 rc = p->rc;
62885 p->rc = rc;
63002 p->rc = rc;
67318 int rc = p->rc;
68532 rc = -rc;
75989 if( rc==SQLITE_OK ) rc = initData.rc;
77363 p->rc = rc;
77417 p->rc = rc;
77823 v->rc = rc;
105912 if( rc==SQLITE_OK ) rc = initData.rc;
[all …]
/PHP-5.5/ext/spl/
H A Dspl_dllist.c44 #define SPL_LLIST_DELREF(elem) if(!--(elem)->rc) { \
48 #define SPL_LLIST_CHECK_DELREF(elem) if((elem) && !--(elem)->rc) { \
52 #define SPL_LLIST_ADDREF(elem) (elem)->rc++
53 #define SPL_LLIST_CHECK_ADDREF(elem) if(elem) (elem)->rc++
67 int rc; member
191 elem->rc = 1; in spl_ptr_llist_unshift()
215 elem->rc = 1; in spl_ptr_llist_push()
1275 elem->rc = 1; in SPL_METHOD()
/PHP-5.5/ext/sockets/
H A Dsockets.dsp30 RSC=rc.exe
94 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
/PHP-5.5/ext/soap/
H A Dphp_soap.dsp30 RSC=rc.exe
93 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
/PHP-5.5/ext/skeleton/
H A Dskeleton.dsp30 RSC=rc.exe
94 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
/PHP-5.5/ext/snmp/
H A Dsnmp.dsp30 RSC=rc.exe
94 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
/PHP-5.5/ext/simplexml/
H A Dsimplexml.dsp30 RSC=rc.exe
92 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
/PHP-5.5/ext/shmop/
H A Dshmop.dsp30 RSC=rc.exe
92 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
/PHP-5.5/ext/reflection/tests/
H A DReflectionProperty_getDocComment_basic.phpt36 $rc = new ReflectionClass($class);
37 $rps = $rc->getProperties();

Completed in 406 milliseconds

123456789