Home
last modified time | relevance | path

Searched refs:rc (Results 1 – 25 of 209) sorted by path

123456789

/PHP-5.5/
H A DINSTALL290 /etc/rc.d/init.d/httpd restart
H A DREADME.RELEASE_PROCESS130 Example: When rolling an RC, set the 'rc' with appropriate information for the
/PHP-5.5/TSRM/
H A DTSRM.dsp31 RSC=rc.exe
135 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
/PHP-5.5/Zend/
H A DZend.dsp30 RSC=rc.exe
107 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
H A DZendTS.dsp31 RSC=rc.exe
132 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
H A Dzend.h341 #define Z_SET_REFCOUNT_PP(ppz, rc) Z_SET_REFCOUNT_P(*(ppz), rc) argument
350 #define Z_SET_REFCOUNT_P(pz, rc) zval_set_refcount_p(pz, rc) argument
359 #define Z_SET_REFCOUNT(z, rc) Z_SET_REFCOUNT_P(&(z), rc) argument
400 static zend_always_inline zend_uint zval_set_refcount_p(zval* pz, zend_uint rc) { in zval_set_refcount_p() argument
401 return pz->refcount__gc = rc; in zval_set_refcount_p()
/PHP-5.5/Zend/tests/
H A Dcallable_type_hint_002.phpt19 $rc = new ReflectionFunction($closure);
20 var_dump($rc->getParameters()[0]->isCallable());
/PHP-5.5/Zend/tests/traits/
H A Dbug60173.phpt8 $rc = new ReflectionClass('foo');
9 $rc->newInstance();
/PHP-5.5/build/
H A Dshtool460 rc="$1"
464 exit $rc
/PHP-5.5/ext/bz2/
H A Dbz2.dsp30 RSC=rc.exe
93 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
/PHP-5.5/ext/ctype/
H A Dctype.dsp30 RSC=rc.exe
92 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
/PHP-5.5/ext/curl/
H A Dcurl.dsp32 RSC=rc.exe
158 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
/PHP-5.5/ext/date/lib/
H A Dastro.c220 int rc = 0; /* Return cde from function - usually 0 */ in timelib_astro_rise_set_altitude() local
264 rc = -1; in timelib_astro_rise_set_altitude()
269 rc = +1; in timelib_astro_rise_set_altitude()
290 return rc; in timelib_astro_rise_set_altitude()
/PHP-5.5/ext/dba/
H A Ddba.dsp30 RSC=rc.exe
94 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
/PHP-5.5/ext/dom/
H A Ddom.dsp30 RSC=rc.exe
95 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
/PHP-5.5/ext/ereg/
H A Dereg.c143 reg_cache *rc = NULL; in _php_regcomp() local
156 if(zend_hash_find(&EREG(ht_rc), (char *) pattern, patlen+1, (void **) &rc) == SUCCESS in _php_regcomp()
157 && rc->cflags == cflags) { in _php_regcomp()
163 if (rc->preg.re_magic != reg_magic) { in _php_regcomp()
167 memcpy(preg, &rc->preg, sizeof(*preg)); in _php_regcomp()
189 memcpy(preg, &rc->preg, sizeof(*preg)); in _php_regcomp()
207 static void _free_ereg_cache(reg_cache *rc) in _free_ereg_cache() argument
209 regfree(&rc->preg); in _free_ereg_cache()
/PHP-5.5/ext/ereg/regex/
H A Dregex.dsp29 RSC=rc.exe
/PHP-5.5/ext/exif/
H A Dexif.dsp30 RSC=rc.exe
94 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch2150 - int rc;
2176 - if (rc) {
2955 - int rc;
2967 - if (rc) {
2978 - return !rc;
3371 - int rc;
3379 - rc = regcomp(&rx, m->value.s,
3382 - if (rc) {
3385 - rc, errmsg);
3404 - switch (rc) {
[all …]
H A Dmagicdata.patch28 0 string/wt #!\ /bin/rc Plan 9 rc shell script text executable
54 0 string/wt #!\ /bin/rc Plan 9 rc shell script text executable
80 0 string/wt #!\ /bin/rc Plan 9 rc shell script text executable
/PHP-5.5/ext/fileinfo/libmagic/
H A Dapptype.c48 APPTYPE rc, type; in file_os2_apptype() local
80 rc = DosQueryAppType((unsigned char *)path, &type); in file_os2_apptype()
87 if (rc == ERROR_INVALID_EXE_SIGNATURE) in file_os2_apptype()
89 else if (rc == ERROR_FILE_NOT_FOUND) in file_os2_apptype()
91 else if (rc == ERROR_ACCESS_DENIED) in file_os2_apptype()
93 else if (rc != 0) in file_os2_apptype()
94 printf("%s: error code = %lu\n", fname, rc); in file_os2_apptype()
103 if (rc) in file_os2_apptype()
H A Dcompress.c326 int rc; in uncompressgzipped() local
363 rc = inflateInit2(&z, -15); in uncompressgzipped()
364 if (rc != Z_OK) { in uncompressgzipped()
369 rc = inflate(&z, Z_SYNC_FLUSH); in uncompressgzipped()
370 if (rc != Z_OK && rc != Z_STREAM_END) { in uncompressgzipped()
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic3915 0 string/wt #!\ /bin/rc Plan 9 rc shell script text executable
/PHP-5.5/ext/gd/
H A Dgd.c1932 RECT rc = {0}; in PHP_FUNCTION() local
1959 GetClientRect(window, &rc); in PHP_FUNCTION()
1960 Width = rc.right; in PHP_FUNCTION()
1961 Height = rc.bottom; in PHP_FUNCTION()
1964 Width = rc.right - rc.left; in PHP_FUNCTION()
1965 Height = rc.bottom - rc.top; in PHP_FUNCTION()
2020 RECT rc = {0}; in PHP_FUNCTION() local
2039 GetWindowRect(window, &rc); in PHP_FUNCTION()
2040 Width = rc.right - rc.left; in PHP_FUNCTION()
2041 Height = rc.bottom - rc.top; in PHP_FUNCTION()
[all …]
H A Dgd.dsp30 RSC=rc.exe
100 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"

Completed in 130 milliseconds

123456789