Searched refs:entries (Results 151 - 175 of 483) sorted by relevance

1234567891011>>

/macosx-10.10.1/smb-759.0/lib/librpc/
H A Dlmshare.cpp170 DWORD entries = 0; local
198 &entries,
/macosx-10.10.1/vim-55/runtime/spell/
H A Dcleanadd.vim1 " Vim script to clean the ll.xxxxx.add files of commented out entries
/macosx-10.10.1/BerkeleyDB-21/db/test/
H A Drep061.tcl240 # the number of entries.
300 set entries 4
301 eval rep_test $method $masterenv $db $entries $niter 0 0 0 $largs
360 set entries 10
364 eval rep_test $method $masterenv $db $entries $niter 0 0 0 $largs
H A Drep062.tcl261 set entries 20
263 $masterenv $db1 $entries $start $start 0 0 $largs
264 incr start $entries
/macosx-10.10.1/OpenSSL098-52/src/demos/engines/rsaref/
H A Dbuild.com48 ; Define macro to assist in building transfer vector entries. Each entry
58 ; Place entries in own program section.
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DDOMStorageObject.js59 get entries()
/macosx-10.10.1/apache-793/httpd/modules/session/
H A Dmod_session.h88 apr_table_t *entries; /* key value pairs */ member in struct:__anon6069
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/
H A Dhistory.h57 HIST_ENTRY **entries; /* Pointer to the entries themselves. */ member in struct:_hist_state
106 /* Stifle the history list, remembering only MAX number of entries. */
140 /* Return the number of bytes that the primary history entries are using.
162 If DIRECTION < 0, then the search is through previous entries,
200 /* Append NELEMENT entries to FILENAME. The entries appended are from
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/
H A Dhashtab.h111 void ** GTY ((use_param, length ("%h.size"))) entries;
113 /* Current size (in entries) of the hash table. */
139 /* Current size (in entries) of the hash table, as an index into the
/macosx-10.10.1/dcerpc-61/dcerpc/rpcd/
H A Drpcdepdb.h153 ept_entry_t entries[],
/macosx-10.10.1/smb-759.0/lib/librap/
H A Drap.c315 int error = 0, entries, done, dlen, status; local
333 rap->r_entries = entries = 0;
339 rap->r_entries = entries = OSSwapLittleToHostInt16(*(uint16_t*)rap->r_npbuf);
349 * In general, unpacking entries we may need to relocate
350 * entries for proper aligning. For now use them as is.
353 while (entries--) {
/macosx-10.10.1/BerkeleyDB-21/db/dbinc/
H A Dbtree.h100 * to return deleted entries. To simplify both the mnemonic representation
142 db_indx_t entries; /* The number of entries on page */ member in struct:__epg
166 (c)->csp->entries = NUM_ENT(pagep); \
182 (c)->csp->entries = NUM_ENT(pagep); \
/macosx-10.10.1/OpenSSL098-52/src/ms/
H A Duplink.pl18 $N=$1; # number of entries in OPENSSL_UplinkTable not including
70 _OPENSSL_UplinkTable DD $N ; amount of following entries
102 _OPENSSL_UplinkTable DD $N ; amount of following entries
132 OPENSSL_UplinkTable: data8 $N // amount of following entries
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Controllers/
H A DStorageManager.js147 var entries = [];
154 entries.push(entry);
157 callback(entries, moreAvailable);
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DDOMStorageContentView.js55 this.representedObject.getEntries(function(error, entries) {
73 for (var entry of entries) {
229 if (domStorage.entries.has(key)) {
/macosx-10.10.1/webdavfs-367/mount.tproj/
H A Dwebdav_cache.c50 * The rest of the node_entry entries will be in the tree below the root node_entry.
315 LIST_FOREACH(node, &(dir_node->children), entries)
352 LIST_FOREACH(node, &(dir_node->children), entries)
680 LIST_FOREACH(node_ptr, &(parent->children), entries)
732 LIST_INSERT_HEAD(&parent->children, node_ptr, entries);
812 next_node = node->entries.le_next;
817 LIST_REMOVE(node, entries);
905 LIST_REMOVE(node, entries);
906 LIST_INSERT_HEAD(&new_parent->children, node, entries);
954 next_node = child_node->entries
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dreftex-cite.el55 e / E Create BibTeX file with all (marked/unmarked) entries
56 a / A Put all (marked) entries into one/many \\cite commands.")
186 (defun reftex-extract-bib-entries (buffers)
187 ;; Extract bib entries which match regexps from BUFFERS.
189 ;; Return list with entries."
254 ;; Ignore @string, @comment and @c entries or things
255 ;; outside entries
280 ;; check for crossref entries
346 (defun reftex-extract-bib-entries-from-thebibliography (files)
347 ;; Extract bib-entries fro
[all...]
H A Dreftex-ref.el406 a / A Put all marked entries into one/many \\ref commands.
532 offset rtn key data last-data entries)
633 (setq entries reftex-last-used-reference)
646 (setq entries
655 (setq entries (nreverse reftex-select-marked)))
657 (setq entries (list (list data))))
658 (t (setq entries nil)))
659 (when entries
660 (if (equal key ?a) (push 'concat entries))
661 (setq reftex-last-used-reference entries))
[all...]
H A Dreftex-toc.el134 (and reftex-toc-include-index-entries
137 (setq reftex-toc-include-index-entries nil))
184 (if (eq reftex-toc-include-index-entries t)
186 reftex-toc-include-index-entries))
210 reftex-toc-include-index-entries
229 reftex-toc-include-index-entries
375 With prefix arg, prompt for an index tag and include only entries of that
378 (setq reftex-toc-include-index-entries
380 (not reftex-toc-include-index-entries)))
579 beg end entries dat
[all...]
/macosx-10.10.1/tcl-105/tk/tk/win/
H A DtkWinColor.c432 * Removes entries for the current palette and compacts the remaining
450 PALETTEENTRY entry, *entries;
475 entries = (PALETTEENTRY *)
477 GetPaletteEntries(cmap->palette, index+1, count, entries);
478 SetPaletteEntries(cmap->palette, index, count, entries);
479 ckfree((char *) entries);
542 * Add hash entries for each of the static colors.
443 PALETTEENTRY entry, *entries; local
/macosx-10.10.1/tcl-105/tk84/tk/win/
H A DtkWinColor.c436 * Removes entries for the current palette and compacts the
454 PALETTEENTRY entry, *entries;
481 entries = (PALETTEENTRY *) ckalloc(sizeof(PALETTEENTRY)
483 GetPaletteEntries(cmap->palette, index+1, count, entries);
484 SetPaletteEntries(cmap->palette, index, count, entries);
485 ckfree((char *) entries);
548 * Add hash entries for each of the static colors.
447 PALETTEENTRY entry, *entries; local
/macosx-10.10.1/emacs-93/emacs/lisp/eshell/
H A Dem-unix.el89 "*If non-nil, `rm' will remove directory entries.
171 (defun eshell-remove-entries (path files &optional top-level)
181 (eshell-remove-entries dir
275 (eshell-remove-entries nil (list entry) t))
277 (eshell-remove-entries nil (list entry) t)))))
323 "Shuffle around some filesystem entries, using FUNC to do the work."
799 (let ((entries (eshell-directory-files-and-attributes path))
801 (while entries
802 (unless (string-match "\\`\\.\\.?\\'" (caar entries))
804 (caar entries)))
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dwindres.c213 /* Compare two resource ID's. We consider name entries to come before
214 numeric entries, because that is how they appear in the COFF .rsrc
339 (*resources)->entries = NULL;
342 for (pp = &(*resources)->entries; *pp != NULL; pp = &(*pp)->next)
445 if (resdir->entries == NULL)
449 for (re = resdir->entries; re != NULL; re = re->next)
456 for (i = 0, re = resdir->entries; re != NULL; re = re->next, i++)
461 resdir->entries = a[0];
470 for (re = resdir->entries; re != NULL; re = re->next)
/macosx-10.10.1/libarchive-30/libarchive/libarchive/
H A Darchive_write_set_format_zip.c37 * - Only supports regular file and folder entries.
194 char entries[2]; member in struct:zip_central_directory_end
295 /* Directory entries should have a size of 0. */
502 int entries; local
509 * Formatting central directory file header fields that are fixed for all entries.
522 entries = 0;
562 entries++;
569 archive_le16enc(&end.entries_disk, entries);
570 archive_le16enc(&end.entries, entries);
[all...]
/macosx-10.10.1/mDNSResponder-561.1.1/Clients/ExplorerPlugin/
H A DExplorerPlugin.cpp322 RegistryBuilder entries[] = local
347 // Register the CLSID entries.
353 n = sizeof_array( entries );
356 wsprintf( keyName, entries[ i ].subKey, clsidString );
357 err = RegCreateKeyEx( entries[ i ].rootKey, keyName, 0, NULL, REG_OPTION_NON_VOLATILE, KEY_WRITE, NULL, &key, NULL );
360 size = (DWORD)( ( lstrlen( entries[ i ].data ) + 1 ) * sizeof( TCHAR ) );
361 err = RegSetValueEx( key, entries[ i ].valueName, 0, REG_SZ, (LPBYTE) entries[ i ].data, size );

Completed in 340 milliseconds

1234567891011>>