Home
last modified time | relevance | path

Searched refs:entry (Results 51 – 75 of 239) sorted by relevance

12345678910

/PHP-5.5/ext/mbstring/oniguruma/
H A Dst.c262 st_table_entry *entry;\
268 entry = alloc(st_table_entry);\
270 entry->hash = hash_val;\
271 entry->key = key;\
272 entry->record = value;\
274 table->bins[bin_pos] = entry;\
344 st_table_entry *ptr, *entry; local
365 entry = alloc(st_table_entry);
366 if (entry == 0) {
371 *entry = *ptr;
[all …]
/PHP-5.5/ext/zip/tests/
H A Doo_namelocate.phpt21 $zip->addFromString('entry1.txt', 'entry #1');
22 $zip->addFromString('entry2.txt', 'entry #2');
23 $zip->addFromString('dir/entry2d.txt', 'entry #2');
H A Dzip_entry_compressedsize.phpt13 while ($entry = zip_read($zip)) {
14 echo zip_entry_compressedsize($entry)."\n";
H A Dzip_entry_filesize.phpt13 while ($entry = zip_read($zip)) {
14 echo zip_entry_filesize($entry)."\n";
H A Dzip_entry_compressionmethod.phpt13 while ($entry = zip_read($zip)) {
14 echo zip_entry_compressionmethod($entry)."\n";
H A Dzip_entry_name.phpt13 while ($entry = zip_read($zip)) {
14 echo zip_entry_name($entry)."\n";
H A Doo_rename.phpt21 $zip->addFromString('entry1.txt', 'entry #1');
22 $zip->addFromString('entry2.txt', 'entry #2');
23 $zip->addFromString('dir/entry2.txt', 'entry #2');
H A Doo_delete.phpt20 $zip->addFromString('entry1.txt', 'entry #1');
21 $zip->addFromString('entry2.txt', 'entry #2');
22 $zip->addFromString('dir/entry2.txt', 'entry #2');
/PHP-5.5/main/
H A Dreentrancy.c128 PHPAPI int php_readdir_r(DIR *dirp, struct dirent *entry, in php_readdir_r() argument
138 entry->d_name[0] = '\0'; in php_readdir_r()
139 readdir_r(dirp, entry); in php_readdir_r()
141 if (entry->d_name[0] == '\0') { in php_readdir_r()
145 *result = entry; in php_readdir_r()
162 memcpy(entry, ptr, sizeof(*ptr)); in php_readdir_r()
/PHP-5.5/ext/standard/tests/dir/
H A Dreaddir_variation2.phpt6 * Description: Read directory entry from dir_handle
32 foreach($entries as $entry) {
33 var_dump($entry);
/PHP-5.5/ext/phar/tests/
H A Dpharfileinfo_setmetadata.phpt47 Phar entry is a temporary directory (not an actual entry in the archive), cannot set metadata
48 Phar entry is a temporary directory (not an actual entry in the archive), cannot delete metadata
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_get.c119 pcre_uchar *entry = nametable + entrysize*mid; in pcre_get_stringnumber() local
121 (pcre_uchar *)(entry + IMM2_SIZE)); in pcre_get_stringnumber()
122 if (c == 0) return GET2(entry, 0); in pcre_get_stringnumber()
203 pcre_uchar *entry = nametable + entrysize*mid; in pcre_get_stringtable_entries() local
205 (pcre_uchar *)(entry + IMM2_SIZE)); in pcre_get_stringtable_entries()
208 pcre_uchar *first = entry; in pcre_get_stringtable_entries()
209 pcre_uchar *last = entry; in pcre_get_stringtable_entries()
272 pcre_uchar *entry; in get_first_set() local
295 for (entry = (pcre_uchar *)first; entry <= (pcre_uchar *)last; entry += entrysize) in get_first_set()
297 int n = GET2(entry, 0); in get_first_set()
[all …]
/PHP-5.5/ext/zip/lib/
H A Dzip_dirent.c62 _zip_dirent_finalize(cd->entry+i); in _zip_cdir_free()
64 free(cd->entry); in _zip_cdir_free()
73 struct zip_dirent *entry; in _zip_cdir_grow() local
80 if ((entry=((struct zip_dirent *) in _zip_cdir_grow()
81 realloc(cd->entry, sizeof(*(cd->entry))*nentry))) == NULL) { in _zip_cdir_grow()
87 cd->entry = entry; in _zip_cdir_grow()
104 …if ( nentry > ((size_t)-1)/sizeof(*(cd->entry)) || (cd->entry=(struct zip_dirent *)malloc(sizeof(*… in _zip_cdir_new()
131 if (_zip_dirent_write(cd->entry+i, fp, 0, error) != 0) in _zip_cdir_write()
H A Dzip_open.c128 if ((za->entry=(struct zip_entry *)malloc(sizeof(*(za->entry)) in _zip_open()
267 if ((_zip_dirent_read(cd->entry+i, fp, bufp, &left, 0, error)) < 0) { in _zip_readcdir()
306 max = cd->entry[0].offset; in _zip_checkcons()
307 min = cd->entry[0].offset; in _zip_checkcons()
313 if (cd->entry[i].offset < min) in _zip_checkcons()
314 min = cd->entry[i].offset; in _zip_checkcons()
320 j = cd->entry[i].offset + cd->entry[i].comp_size in _zip_checkcons()
321 + cd->entry[i].filename_len + LENTRYSIZE; in _zip_checkcons()
329 if (fseeko(fp, cd->entry[i].offset, SEEK_SET) != 0) { in _zip_checkcons()
337 if (_zip_headercomp(cd->entry+i, 0, &temp, 1) != 0) { in _zip_checkcons()
/PHP-5.5/ext/oci8/
H A Doci8_statement.c896 zval **entry; in php_oci_bind_post_exec() local
907 zval_dtor(*entry); in php_oci_bind_post_exec()
918 zval_dtor(*entry); in php_oci_bind_post_exec()
935 zval_dtor(*entry); in php_oci_bind_post_exec()
940 ZVAL_NULL(*entry); in php_oci_bind_post_exec()
968 zval_dtor(*entry); in php_oci_bind_post_exec()
1511 zval **entry; in php_oci_bind_array_helper_string() local
1558 element_length = (maxlength > Z_STRLEN_PP(entry)) ? Z_STRLEN_PP(entry) : maxlength; in php_oci_bind_array_helper_string()
1580 zval **entry; in php_oci_bind_array_helper_number() local
1618 zval **entry; in php_oci_bind_array_helper_double() local
[all …]
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_phpinfo.phpt64 foreach ($expected as $k => $entry)
65 if (!stristr($phpinfo, $entry))
66 printf("[010] Could not find entry for '%s'\n", $entry);
/PHP-5.5/ext/phar/
H A Dshortarc.php245 static function extractFile($path, $entry, $fp) argument
248 $c = $entry[2];
260 if ($entry[4] & self::GZ) {
262 } elseif ($entry[4] & self::BZ2) {
266 if (strlen($data) != $entry[0]) {
271 if ($entry[3] != sprintf("%u", crc32((binary)$data) & 0xffffffff)) {
/PHP-5.5/ext/phar/phar/
H A Dpharcommand.inc82 'typ' => 'entry',
664 * @param string $entry The entry point
671 $entry = str_replace('//', '/', $entry);
673 $entry = substr($entry, $p+1);
680 echo "$entry\n";
958 unset($phar[$entry]);
1140 if (isset($entry)) {
1249 if (isset($entry)) {
1273 if (isset($entry)) {
1322 if (isset($entry)) {
[all …]
/PHP-5.5/ext/ldap/tests/
H A Dldap_first_attribute_basic.phpt16 $entry = ldap_first_entry($link, $result);
18 ldap_first_attribute($link, $entry)
H A Dldap_mod_add_error.phpt29 $entry = array(
38 ldap_add($link, "dc=my-domain,dc=com", $entry);
40 $entry2 = $entry;
45 $entry2 = $entry;
H A Dldap_modify_error.phpt29 $entry = array(
38 ldap_add($link, "dc=my-domain,dc=com", $entry);
40 $entry2 = $entry;
45 $entry2 = $entry;
H A Dldap_get_dn_basic.phpt16 $entry = ldap_first_entry($link, $result);
18 ldap_get_dn($link, $entry)
H A Dldap_get_values_len_basic.phpt16 $entry = ldap_first_entry($link, $result);
18 ldap_get_values_len($link, $entry, "o")
H A Dldap_mod_del_basic.phpt16 $entry = array(
21 ldap_mod_del($link, "cn=userA,dc=my-domain,dc=com", $entry),
/PHP-5.5/ext/mysql/tests/
H A Dmysql_phpinfo.phpt67 foreach ($expected as $k => $entry)
68 if (!stristr($phpinfo, $entry))
69 printf("[012] Could not find entry for '%s'\n", $entry);

Completed in 105 milliseconds

12345678910