Home
last modified time | relevance | path

Searched refs:unused (Results 1 – 22 of 22) sorted by relevance

/PHP-5.3/netware/
H A Dstart.c54 #pragma unused(cmdLine) in _NonAppStart()
55 #pragma unused(loadDirPath) in _NonAppStart()
56 #pragma unused(uninitializedDataLength) in _NonAppStart()
57 #pragma unused(NLMFileHandle) in _NonAppStart()
58 #pragma unused(readRoutineP) in _NonAppStart()
59 #pragma unused(customDataOffset) in _NonAppStart()
60 #pragma unused(customDataSize) in _NonAppStart()
61 #pragma unused(messageCount) in _NonAppStart()
62 #pragma unused(messages) in _NonAppStart()
/PHP-5.3/ext/phar/
H A Dmakestub.php97 foreach ($s1split as $i => $unused) {
102 foreach ($s3split as $i => $unused) {
H A Ddirstream.c100 ulong unused; in phar_dir_read() local
106 if (HASH_KEY_NON_EXISTANT == zend_hash_get_current_key_ex(data, &key, &keylen, &unused, 0, NULL)) { in phar_dir_read()
199 ulong unused; in phar_make_dirstream() local
214 …if (HASH_KEY_NON_EXISTANT == zend_hash_get_current_key_ex(manifest, &key, &keylen, &unused, 0, NUL… in phar_make_dirstream()
329 ulong unused; in phar_wrapper_open_dir() local
408 &phar->manifest, &key, &keylen, &unused, 0, NULL)) { in phar_wrapper_open_dir()
578 ulong unused; in phar_wrapper_rmdir() local
640 …HASH_KEY_NON_EXISTANT != zend_hash_get_current_key_ex(&phar->manifest, &key, &key_len, &unused, 0,… in phar_wrapper_rmdir()
661 …ON_EXISTANT != zend_hash_get_current_key_ex(&phar->virtual_dirs, &key, &key_len, &unused, 0, NULL); in phar_wrapper_rmdir()
H A Dstream.c632 ulong unused; in phar_wrapper_stat() local
638 …N_EXISTANT == zend_hash_get_current_key_ex(&phar->mounted_dirs, &key, &keylen, &unused, 0, &pos)) { in phar_wrapper_stat()
916 ulong unused; in phar_wrapper_rename() local
921 … != (key_type = zend_hash_get_current_key_ex(&phar->manifest, &key, &key_len, &unused, 0, NULL)) && in phar_wrapper_rename()
955 …= (key_type = zend_hash_get_current_key_ex(&phar->virtual_dirs, &key, &key_len, &unused, 0, NULL)); in phar_wrapper_rename()
982 …(key_type = zend_hash_get_current_key_ex(&phar->mounted_dirs, &key, &key_len, &unused, 0, NULL)) && in phar_wrapper_rename()
H A Dphar.c1249 phar_archive_data **test, *unused = NULL; local
1251 test = &unused;
1968 ulong unused; local
1973 …= zend_hash_get_current_key_ex(&(PHAR_GLOBALS->phar_fname_map), &key, &keylen, &unused, 0, NULL)) {
2003 …KEY_NON_EXISTANT == zend_hash_get_current_key_ex(&cached_phars, &key, &keylen, &unused, 0, NULL)) {
H A Dutil.c1553 ulong unused; in phar_get_entry_info_dir() local
1558 …N_EXISTANT == zend_hash_get_current_key_ex(&phar->mounted_dirs, &key, &keylen, &unused, 0, NULL)) { in phar_get_entry_info_dir()
/PHP-5.3/Zend/
H A Dzend_gc.c50 gc_globals->unused = NULL; in gc_globals_ctor_ex()
110 GC_G(unused) = NULL; in gc_reset()
115 GC_G(unused) = NULL; in gc_reset()
153 gc_root_buffer *newRoot = GC_G(unused); in gc_zval_possible_root()
156 GC_G(unused) = newRoot->prev; in gc_zval_possible_root()
168 newRoot = GC_G(unused); in gc_zval_possible_root()
173 GC_G(unused) = newRoot->prev; in gc_zval_possible_root()
208 gc_root_buffer *newRoot = GC_G(unused); in gc_zobj_possible_root()
211 GC_G(unused) = newRoot->prev; in gc_zobj_possible_root()
223 newRoot = GC_G(unused); in gc_zobj_possible_root()
[all …]
H A Dzend_gc.h105 gc_root_buffer *unused; /* list of unused buffers */ member
191 root->prev = GC_G(unused); in gc_remove_from_buffer()
192 GC_G(unused) = root; in gc_remove_from_buffer()
/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd_charset.c347 …gned int check_mb_ucs2(const char *start __attribute((unused)), const char *end __attribute((unuse… in check_mb_ucs2() argument
352 static unsigned int mysqlnd_mbcharlen_ucs2(unsigned int ucs2 __attribute((unused))) in mysqlnd_mbcharlen_ucs2() argument
421 check_mb_utf32(const char *start __attribute((unused)), const char *end __attribute((unused))) in check_mb_utf32() argument
428 mysqlnd_mbcharlen_utf32(unsigned int utf32 __attribute((unused))) in mysqlnd_mbcharlen_utf32() argument
/PHP-5.3/ext/phar/tests/tar/
H A Dphar_setalias.phpt35 $phar->setAlias('unused');
H A Dalias_acrobatics.phpt16 $p['unused'] = 'hi';
/PHP-5.3/ext/pcre/tests/
H A D005.phpt23 /p2/var/php_gcov/PHP_4_4/ext/sockets/sockets.c:1862: warning: unused variable `timeout'
25 /p2/var/php_gcov/PHP_4_4/ext/sockets/sockets.c:1941: warning: unused variable `timeout'
29 /p2/var/php_gcov/PHP_4_4/ext/standard/image.c:604: warning: unused variable `dummy_int'
188 /p2/var/php_gcov/PHP_4_4/ext/sockets/sockets.c:1862: warning: unused variable `timeout'
197 [8] => unused variable `timeout'
203 /p2/var/php_gcov/PHP_4_4/ext/sockets/sockets.c:1941: warning: unused variable `timeout'
212 [8] => unused variable `timeout'
244 /p2/var/php_gcov/PHP_4_4/ext/standard/image.c:604: warning: unused variable `dummy_int'
253 [8] => unused variable `dummy_int'
/PHP-5.3/ext/phar/tests/
H A Dalias_acrobatics.phpt16 $p['unused'] = 'hi';
/PHP-5.3/ext/phar/tests/zip/
H A Dalias_acrobatics.phpt16 $p['unused'] = 'hi';
H A D033.phpt25 $phar->setAlias('unused');
H A Dphar_setalias.phpt40 $phar->setAlias('unused');
/PHP-5.3/ext/fileinfo/
H A Dlibmagic.patch1056 -sread(int fd, void *buf, size_t n, int canbepipe __attribute__ ((unused)))
1768 -file_buffer(struct magic_set *ms, int fd, const char *inname __attribute__ ((unused)),
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt2237 PCRE_NEWLINE_CRLF, but other combinations may yield unused numbers and
3078 The unused bits of the options argument for pcre_exec() must be zero.
3421 sponding to unused subpatterns are set to -1.
3423 Offset values that correspond to unused subpatterns at the end of the
3964 The unused bits of the options argument for pcre_dfa_exec() must be
/PHP-5.3/ext/pcre/pcrelib/
H A DChangeLog767 30. Added the '=' option to pcretest to check the setting of unused capturing
2824 a warning about an unused variable.
3016 (unused parameter) and in the pcre_printint() function (omitted "default"
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic7070 # 10 - 27: ring 1 and 2 ss/esp, unused, thus always 0
10158 # unused, so a simply >0 should suffice.
/PHP-5.3/
H A DNEWS5415 - Fixed bug #37870 (pgo_pgsql tries to de-allocate unused statements).
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c43929 u32 unused; /* Unused (padding) field */

Completed in 326 milliseconds