Searched refs:mlist (Results 1 - 25 of 34) sorted by relevance

12

/macosx-10.10/dyld-353.2.1/launch-cache/
H A DObjCLegacyAbstraction.hpp155 static void visitMethodList(objc_method_list<A> *mlist, V& visitor) argument
157 for (uint32_t m = 0; m < mlist->getCount(); m++) {
158 uint64_t oldValue = mlist->method_list[m].getName();
160 mlist->method_list[m].setName(newValue);
162 mlist->setFixedUp(true);
165 static void visitMethodDescriptionList(objc_method_description_list<A> *mlist, V& visitor) argument
167 for (uint32_t m = 0; m < mlist->getCount(); m++) {
168 uint64_t oldValue = mlist->list[m].getName();
170 mlist->list[m].setName(newValue);
189 objc_method_list<A> *mlist; local
201 objc_method_list<A> *mlist; local
216 objc_method_description_list<A> *mlist; local
[all...]
H A DObjCModernAbstraction.hpp217 objc_method_list_t<A>* mlist = (objc_method_list_t<A>*)methodList; local
218 for(method_iterator it = mlist->begin(); it != mlist->end(); ++it) {
547 void setMethodList(SharedCache<A>* cache, objc_method_list_t<A>* mlist) { argument
548 A::P::setP(baseMethods, cache->VMAddressForMappedAddress(mlist));
599 void setMethodList(SharedCache<A>* cache, objc_method_list_t<A>* mlist) { argument
600 getData(cache)->setMethodList(cache, mlist);
728 // Call visitor.visitMethodList(mlist) on every method list in a header.
749 objc_method_list_t<A> *mlist; local
750 if ((mlist
763 objc_method_list_t<A> *mlist; local
778 objc_method_list_t<A> *mlist; local
807 visitMethodList(objc_method_list_t<A> *mlist) argument
951 visitMethodList(objc_method_list_t<A> *mlist) argument
[all...]
/macosx-10.10/objc4-646/runtime/
H A Dobjc-cache.h13 extern void cache_eraseMethods(Class cls, method_list_t *mlist);
H A Dobjc-runtime-new.mm53 static bool methodListImplementsRR(const method_list_t *mlist);
54 static bool methodListImplementsAWZ(const method_list_t *mlist);
56 static method_t *search_method_list(const method_list_t *mlist, SEL sel);
175 Low two bits of mlist->entsize is used as the fixed-up marker.
196 isMethodListFixedUp(const method_list_t *mlist)
198 return (mlist->entsize_NEVER_USE & 3) == fixed_up_method_list;
209 setMethodListFixedUp(method_list_t *mlist)
212 assert(!isMethodListFixedUp(mlist));
213 mlist->entsize_NEVER_USE =
214 (mlist
[all...]
H A Dobjc-class-old.mm99 static inline old_method *_findNamedMethodInList(old_method_list * mlist, const char *meth_name) {
101 if (!mlist) return nil;
103 for (i = 0; i < mlist->method_count; i++) {
104 old_method *m = &mlist->method_list[i];
115 * mlist->obsolete == fixed_up_method_list marks method lists with real SELs
118 * Fixed-up method lists get mlist->obsolete == OBJC_FIXED_UP
121 * Fixed-up method lists get mlist->obsolete == OBJC_FIXED_UP_outside_dyld
147 static old_method_list *fixupSelectorsInMethodList(Class cls, old_method_list *mlist)
154 if ( ! mlist ) return nil;
155 if ( mlist
[all...]
H A DObject.mm450 struct objc_method_list *mlist;
451 while ( (mlist = class_nextMethodList( cls, &iterator )) ) {
452 for (i = 0; i < mlist->method_count; i++)
453 if (mlist->method_list[i].method_name == aSelector) {
454 m = (struct objc_method_description *)&mlist->method_list[i];
499 struct objc_method_list *mlist;
500 while ( (mlist = class_nextMethodList( cls, &iterator )) ) {
501 for (i = 0; i < mlist->method_count; i++)
502 if (mlist->method_list[i].method_name == aSelector) {
504 m = (struct objc_method_description *)&mlist
[all...]
H A Dobjc-runtime-old.mm1539 lookup_method(struct objc_method_description_list *mlist, SEL aSel)
1541 if (mlist) {
1543 for (i = 0; i < mlist->count; i++) {
1544 if (mlist->list[i].name == aSel) {
1545 return mlist->list+i;
1638 struct objc_method_description_list *mlist = nil;
1651 mlist = proto->instance_methods;
1653 mlist = proto->class_methods;
1657 mlist = ext->optional_instance_methods;
1659 mlist
[all...]
H A Dobjc-runtime-old.h326 extern IMP lookupNamedMethodInMethodList(struct old_method_list *mlist, const char *meth_name);
327 extern void _objc_insertMethods(Class cls, struct old_method_list *mlist, struct old_category *cat);
328 extern void _objc_removeMethods(Class cls, struct old_method_list *mlist);
H A Dobjc-runtime-new.h134 method_iterator(const method_list_t& mlist, uint32_t start = 0)
135 : entsize(mlist.getEntsize())
137 , method(&mlist.getOrEnd(start))
H A Dobjc-cache.mm572 // Resets cache entries for all methods in mlist for cls and its subclasses.
573 void cache_eraseMethods(Class cls, method_list_t *mlist)
579 for (uint32_t m = 0; m < mlist->count; m++) {
580 SEL sel = mlist->get(m).name;
/macosx-10.10/file-46/file/src/
H A Dmagic.c77 private void free_mlist(struct mlist *);
132 ms->mlist = NULL;
142 free_mlist(struct mlist *mlist) argument
144 struct mlist *ml;
146 if (mlist == NULL)
149 for (ml = mlist->next; ml != mlist;) {
150 struct mlist *next = ml->next;
185 free_mlist(ms->mlist);
[all...]
H A Dfile.h296 struct mlist { struct
302 struct mlist *next, *prev;
320 struct mlist *mlist; member in struct:magic_set
379 protected struct mlist *file_apprentice(struct magic_set *, const char *, int);
H A Dapprentice.c97 private int apprentice_1(struct magic_set *, const char *, int, struct mlist *);
262 struct mlist *mlist)
266 struct mlist *ml;
302 if ((ml = CAST(struct mlist *, malloc(sizeof(*ml)))) == NULL) {
312 mlist->prev->next = ml;
313 ml->prev = mlist->prev;
314 ml->next = mlist;
315 mlist->prev = ml;
349 protected struct mlist *
261 apprentice_1(struct magic_set *ms, const char *fn, int action, struct mlist *mlist) argument
354 struct mlist *mlist; local
[all...]
/macosx-10.10/less-25/less/
H A Dcmdbuf.c63 * A mlist structure represents a command history.
65 struct mlist struct
67 struct mlist *next;
68 struct mlist *prev;
69 struct mlist *curr_mp;
77 struct mlist mlist_search =
81 struct mlist mlist_examine =
86 struct mlist mlist_shell =
105 static struct mlist *curr_mlist = NULL;
658 * Select an mlist structur
[all...]
H A Dcommand.c102 start_mca(action, prompt, mlist, cmdflags)
105 void *mlist;
112 set_mlist(mlist, cmdflags);
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/lib/
H A Dserver.c1163 const char *mlist = NULL; local
1246 getopt(context, NULL, "mech_list", &mlist, NULL);
1261 if (mlist) {
1265 while (*mlist) {
1267 for (cp = mlist; *cp && !isspace((int) *cp); cp++);
1273 if (_sasl_is_equal_mech(mlist, plug->mech_name, (size_t) (cp - mlist), &plus)) {
1297 mlist = cp;
1298 while (*mlist && isspace((int) *mlist)) mlis
2028 const char *mlist = NULL, *mech = NULL; local
2156 const char *mlist = NULL, *mech = NULL; local
[all...]
H A Dclient.c402 const char *mlist = NULL; local
445 getopt(context, NULL, "client_mech_list", &mlist, NULL);
450 if (mlist) {
455 while (*mlist) {
457 for (cp = mlist; *cp && !isspace((int) *cp); cp++);
463 if (_sasl_is_equal_mech(mlist, plug->mech_name, (size_t) (cp - mlist), &plus)) {
488 mlist = cp;
489 while (*mlist && isspace((int) *mlist)) mlis
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dacl.c1906 Modifications *mlist )
1946 for ( ; mlist != NULL; mlist = mlist->sml_next ) {
1950 if ( mlist->sml_flags & SLAP_MOD_INTERNAL ) {
1953 mlist->sml_desc->ad_cname.bv_val, 0, 0 );
1962 if ( is_at_no_user_mod( mlist->sml_desc->ad_type )
1963 && ! ( mlist->sml_flags & SLAP_MOD_MANAGING ) )
1967 mlist->sml_desc->ad_cname.bv_val, 0, 0 );
1971 switch ( mlist
[all...]
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/
H A Dobjc-runtime-compat.m253 struct objc_method_list* mlist;
258 while ( (mlist = class_nextMethodList(cls, &iterator )) != NULL ) {
259 res += mlist->method_count;
318 struct objc_method_list* mlist;
327 mlist = class_nextMethodList(cls, &iterator);
329 while (mlist != NULL) {
332 tmp = realloc(result, (count + mlist->method_count) * sizeof(Method));
340 for (i = 0; i < mlist->method_count; i++) {
341 result[count] = mlist->method_list + i;
345 mlist
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/
H A Dobjc-runtime-compat.m253 struct objc_method_list* mlist;
258 while ( (mlist = class_nextMethodList(cls, &iterator )) != NULL ) {
259 res += mlist->method_count;
318 struct objc_method_list* mlist;
327 mlist = class_nextMethodList(cls, &iterator);
329 while (mlist != NULL) {
332 tmp = realloc(result, (count + mlist->method_count) * sizeof(Method));
340 for (i = 0; i < mlist->method_count; i++) {
341 result[count] = mlist->method_list + i;
345 mlist
[all...]
/macosx-10.10/ruby-106/ruby/misc/
H A Druby-mode.el1112 (let (mname mlist (indent 0))
1124 (setq mlist (list mname) mname nil))
1138 (setq mlist (cons (match-string 2) mlist))
1147 (setq mn (cdr mn) mlist nil))
1150 ((let ((ml (nreverse mlist)))
1153 (setq mlist (nreverse (cdr ml)) ml nil))
1154 (or (setq ml (cdr ml)) (nreverse mlist))))))
1155 (if mlist
1156 (setcdr (last mlist) m
[all...]
/macosx-10.10/dtrace-147/tools/ctfconvert/
H A Dctftools.h160 typedef struct mlist { struct
165 struct mlist *ml_next; /* Next member */
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/
H A Dobjc-runtime-compat.m280 struct objc_method_list* mlist;
285 while ( (mlist = class_nextMethodList(cls, &iterator )) != NULL ) {
286 res += mlist->method_count;
345 struct objc_method_list* mlist;
354 mlist = class_nextMethodList(cls, &iterator);
356 while (mlist != NULL) {
359 tmp = realloc(result, (count + mlist->method_count) * sizeof(Method));
367 for (i = 0; i < mlist->method_count; i++) {
368 result[count] = mlist->method_list + i;
372 mlist
[all...]
/macosx-10.10/syslog-267/aslcommon/
H A Dasl_common.h167 int asl_out_mkpath(asl_out_module_t *mlist, asl_out_rule_t *r);
/macosx-10.10/emacs-93/emacs/lisp/calc/
H A Dcalc-embed.el1283 base limit mname mlist)
1289 mlist calc-embedded-globals)
1294 mlist (and num (aref calc-embedded-info num)))
1305 (found (assq (car vars) mlist)))
1308 (setq mlist (cons (cons (car vars) (car values)) mlist))
1310 (aset calc-embedded-info num mlist)
1312 (setq calc-embedded-globals mlist))))

Completed in 204 milliseconds

12