| /src/lib/libform/ |
| type_regex.c | 48 unsigned references; member in struct:__anon487 64 new->references = 1; 82 ((regex_args *) (void *) args)->references++; 94 ((regex_args *) (void *) args)->references--; 95 if (((regex_args *) (void *) args)->references == 0)
|
| /src/external/gpl3/gcc/dist/gcc/ |
| ipa-ref.h | 64 IPA_REF_ADDR references when representing speculative calls. */ 73 /* List of references. This is stored in both callgraph and varpool nodes. */ 80 if (!references.length ()) 82 return &references[0]; 123 references.create (0); 126 /* Return number of references. */ 129 return references.length (); 132 /* Store actual references in references vector. */ 133 vec<ipa_ref_t, va_heap, vl_ptr> references; member in struct:ipa_ref_list [all...] |
| ipa-ref.cc | 68 last = &list2->references.last (); 77 list2->references.pop ();
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| ipa-ref.h | 64 IPA_REF_ADDR references when representing speculative calls. */ 73 /* List of references. This is stored in both callgraph and varpool nodes. */ 80 if (!references.length ()) 82 return &references[0]; 123 references.create (0); 126 /* Return number of references. */ 129 return references.length (); 132 /* Store actual references in references vector. */ 133 vec<ipa_ref_t, va_heap, vl_ptr> references; member in struct:ipa_ref_list [all...] |
| ipa-ref.cc | 68 last = &list2->references.last (); 77 list2->references.pop ();
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| lib.c | 49 static isc_refcount_t references; variable 57 isc_refcount_init(&references, 0); 102 isc_refcount_increment0(&references); 109 if (isc_refcount_decrement(&references) == 1) { 112 isc_refcount_destroy(&references);
|
| /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
| dsa.c | 50 dsa->references = 1; 57 if (dsa->references <= 0) 60 if (--dsa->references > 0) 83 return ++dsa->references;
|
| /src/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/timesten/ |
| backsql_create.sql | 26 foreign key (oc_map_id) references ldap_oc_mappings(id) 37 foreign key (oc_map_id) references ldap_oc_mappings(id) 57 foreign key (entry_id) references ldap_entries(id) 64 foreign key (entry_id) references ldap_entries(id)
|
| /src/external/bsd/openldap/dist/servers/lloadd/ |
| epoch.c | 56 static struct pending_ref *references[EPOCH_MASK]; variable in typeref:struct:pending_ref 66 assert( !references[epoch] ); 84 * observe any epoch, so there might still be references left to free. 87 next = references[epoch]; 88 references[epoch] = NULL; 97 next = references[epoch]; 98 references[epoch] = NULL; 106 /* No references should exist anywhere now */ 108 assert( !references[epoch] ); 133 &references[EPOCH_PREV(epoch)], &ref, &ref, __ATOMIC_ACQ_REL ) [all...] |
| /src/external/mpl/bind/dist/lib/isc/ |
| counter.c | 34 isc_refcount_t references; member in struct:isc_counter 50 isc_refcount_init(&counter->references, 1); 97 isc_refcount_increment(&source->references); 104 isc_refcount_destroy(&counter->references); 118 if (isc_refcount_decrement(&counter->references) == 1) {
|
| /src/external/mpl/bind/dist/lib/ns/ |
| stats.c | 34 isc_refcount_t references; member in struct:ns_stats 42 isc_refcount_increment(&stats->references); 56 if (isc_refcount_decrement(&stats->references) == 1) { 58 isc_refcount_destroy(&stats->references); 70 isc_refcount_init(&stats->references, 1);
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/ |
| counter.c | 34 isc_refcount_t references; member in struct:isc_counter 50 isc_refcount_init(&counter->references, 1); 90 isc_refcount_increment(&source->references); 97 isc_refcount_destroy(&counter->references); 111 if (isc_refcount_decrement(&counter->references) == 1) {
|
| /src/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/ibmdb2/ |
| backsql_create.sql | 18 oc_map_id integer not null references ldap_oc_mappings(id), 35 oc_map_id integer not null references ldap_oc_mappings(id), 56 entry_id integer not null references ldap_entries(id),
|
| /src/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/mysql/ |
| backsql_create.sql | 17 oc_map_id integer unsigned not null references ldap_oc_mappings(id), 34 oc_map_id integer unsigned not null references ldap_oc_mappings(id), 55 entry_id integer unsigned not null references ldap_entries(id),
|
| /src/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/pgsql/ |
| backsql_create.sql | 19 oc_map_id integer not null references ldap_oc_mappings(id), 37 oc_map_id integer not null references ldap_oc_mappings(id), 47 entry_id integer not null references ldap_entries(id),
|
| /src/crypto/external/bsd/openssl/dist/crypto/ec/ |
| ecx_key.c | 39 ret->references = 1; 64 CRYPTO_DOWN_REF(&key->references, &i, key->lock); 85 if (CRYPTO_UP_REF(&key->references, &i, key->lock) <= 0)
|
| /src/crypto/external/apache2/openssl/dist/crypto/dso/ |
| dso_local.h | 28 CRYPTO_REF_COUNT references; member in struct:dso_st
|
| /src/crypto/external/bsd/openssl/dist/crypto/dso/ |
| dso_local.h | 28 CRYPTO_REF_COUNT references; member in struct:dso_st
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/dso/ |
| dso_local.h | 28 CRYPTO_REF_COUNT references; member in struct:dso_st
|
| /src/external/bsd/libbind/dist/isc/ |
| logging_p.h | 43 int references; member in struct:log_channel
|
| /src/external/mpl/bind/dist/lib/isc/netmgr/ |
| timer.c | 23 isc_refcount_t references; member in struct:isc_nm_timer 47 isc_refcount_init(&timer->references, 1); 62 isc_refcount_increment(&timer->references); 92 if (isc_refcount_decrement(&timer->references) == 1) {
|
| /src/external/mpl/bind/dist/lib/isc/include/isc/ |
| refcount.h | 44 * \param[in] n an initial number of references. 52 * \brief Returns current number of references. 60 * \brief a destructor that makes sure that all references were cleared. 146 isc_refcount_increment(&ptr->references) + 1; \ 148 "%s:%s:%s:%u:t%u:%p->references = %" PRIuFAST32 "\n", \ 157 isc_refcount_decrement(&ptr->references) - 1; \ 159 isc_refcount_destroy(&ptr->references); \ 163 "%s:%s:%s:%u:t%u:%p->references = %" PRIuFAST32 "\n", \ 171 isc_refcount_increment(&ptr->references) + 1; \ 173 "%s:%s:%s:%u:t%u:%p->references = %" PRIuFAST32 "\n", [all...] |
| /src/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/mssql/ |
| backsql_create.sql | 30 oc_map_id int not null references ldap_oc_mappings(id), 54 oc_map_id int not null references ldap_oc_mappings(id), 86 entry_id int not null references ldap_entries(id), 95 entry_id int not null references ldap_entries(id),
|
| /src/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/oracle/ |
| backsql_create.sql | 25 oc_map_id number not null references ldap_oc_mappings(id), 48 oc_map_id number not null references ldap_oc_mappings(id), 80 entry_id number not null references ldap_entries(id), 86 entry_id number not null references ldap_entries(id),
|
| /src/external/gpl2/texinfo/dist/info/ |
| info-utils.h | 33 cross reference. Arrays of such references can be built by calling 67 refrences found in NODE. If there are no cross references in NODE, just 71 /* Glean cross references from BINDING->buffer + BINDING->start until 76 /* Get the entry associated with LABEL in REFERENCES. Return a pointer to 79 REFERENCE **references); 94 /* Free the data associated with REFERENCES. */ 95 extern void info_free_references (REFERENCE **references);
|