| /forgerock/web-agents-v4/source/ |
| H A D | list.h | 21 unsigned int prev, next; member in struct:offset_list 67 if (dl->next == 0 && dl->next == dl->prev) {\ 68 dl->next = dl->prev = eo;\ 71 (el)->lh.prev = dl->next;\
|
| H A D | shared.c | 47 int prev, next; member in struct:freelist 77 int prev = FREELIST_END; local 82 if (fl->prev != prev) 86 prev = i; 108 fprintf(stdout, "\tchunk %u [%lu] (%d,%d)\n", i, (unsigned long)chunk->size, fl->prev, fl->next); 127 fl->prev = FREELIST_END; 130 FREELIST_FROM_CHUNK(AM_GET_POINTER(pool, fl->next))->prev = AM_GET_OFFSET(pool, chunk); 148 if (fl->prev != FREELIST_END) { 149 FREELIST_FROM_CHUNK(AM_GET_POINTER(pool, fl->prev)) [all...] |
| H A D | cache.c | 129 cache_data->table[i].next = cache_data->table[i].prev = 0; 181 head = (struct am_cache_entry *) AM_GET_POINTER(cache->pool, cache_data->table[entry_index].prev); 213 head = (struct am_cache_entry_data *) AM_GET_POINTER(cache->pool, element->data.prev); 220 if (element->lh.prev == 0) { 221 cache_data->table[entry_index].prev = element->lh.next; 223 ((struct am_cache_entry *) AM_GET_POINTER(cache->pool, element->lh.prev))->lh.next = element->lh.next; 227 cache_data->table[entry_index].next = element->lh.prev; 229 ((struct am_cache_entry *) AM_GET_POINTER(cache->pool, element->lh.next))->lh.prev = element->lh.prev; 246 head = (struct am_cache_entry_data *) AM_GET_POINTER(cache->pool, entry->data.prev); [all...] |
| H A D | audit.c | 32 links(offset)->prev = (hdr)->last;\ 41 links(links(offset)->next)->prev = links(offset)->prev;\ 43 (hdr)->last = links(offset)->prev;\ 45 if (links(offset)->prev) {\ 46 links(links(offset)->prev)->next = links(offset)->next;\ 160 audit_entry->lh.next = audit_entry->lh.prev = 0;
|
| H A D | config.c | 191 instance_data->list.next = instance_data->list.prev = 0; 215 h = (struct am_instance_entry *) AM_GET_POINTER(conf->pool, instance_data->list.prev); 234 h = (struct am_instance_entry_data *) AM_GET_POINTER(conf->pool, e->data.prev); 241 if (e->lh.prev == 0) { 242 instance_data->list.prev = e->lh.next; 244 ((struct am_instance_entry *) AM_GET_POINTER(conf->pool, e->lh.prev))->lh.next = e->lh.next; 248 instance_data->list.next = e->lh.prev; 250 ((struct am_instance_entry *) AM_GET_POINTER(conf->pool, e->lh.next))->lh.prev = e->lh.prev; 271 h = (struct am_instance_entry *) AM_GET_POINTER(conf->pool, instance_data->list.prev); [all...] |
| /forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authorization/policies/conditions/ |
| H A D | ConditionAttrBooleanView.js | 55 label = parentBtnGroup.prev("label").data().title;
|
| H A D | ConditionAttrTimeView.js | 29 $(e.currentTarget).prev("input").clockpicker("show");
|
| H A D | EditEnvironmentView.js | 361 .prev("label").removeClass("showLabel"); 374 .prop("readonly", false).prev("label").addClass("showLabel");
|
| H A D | ConditionAttrArrayView.js | 144 if ($item.prev("label").data("title") === "dnsName") {
|
| /forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authorization/policies/conditions/ |
| H A D | ConditionAttrBooleanView.js | 54 label = parentBtnGroup.prev("label").data().title;
|
| H A D | ConditionAttrTimeView.js | 29 $(e.currentTarget).prev("input").clockpicker("show");
|
| H A D | EditEnvironmentView.js | 361 .prev("label").removeClass("showLabel"); 374 .prop("readonly", false).prev("label").addClass("showLabel");
|
| /forgerock/openam-v13/openam-shared/src/main/java/com/iplanet/am/util/ |
| H A D | Cache.java | 474 for (Entry e = tab[index], prev = null; e != null; prev = e, e = e.next) 477 if (prev != null) { 478 prev.next = e.next; 499 for (Entry e = tab[index], prev = null; e != null; prev = e, e = e.next) 503 if (prev != null) { 504 prev.next = e.next; 674 for (Entry e = tab[index], prev = null; e != null; 675 prev [all...] |
| /forgerock/openam/openam-shared/src/main/java/com/iplanet/am/util/ |
| H A D | Cache.java | 474 for (Entry e = tab[index], prev = null; e != null; prev = e, e = e.next) 477 if (prev != null) { 478 prev.next = e.next; 499 for (Entry e = tab[index], prev = null; e != null; prev = e, e = e.next) 503 if (prev != null) { 504 prev.next = e.next; 674 for (Entry e = tab[index], prev = null; e != null; 675 prev [all...] |
| /forgerock/openidm-v4/openidm-servlet-registrator/src/main/java/org/forgerock/openidm/servletregistration/impl/ |
| H A D | ServletFilterConfiguration.java | 91 String prev = System.setProperty(key, rawSystemProperties.get(key).asString()); 93 origSystemProperties.put(key, prev);
|
| /forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/opensso/ |
| H A D | Cache.java | 537 for (Entry e = tab[index], prev = null; e != null; prev = e, e = e.next) 540 if (prev != null) { 541 prev.next = e.next; 565 for (Entry e = tab[index], prev = null; e != null; 566 prev = e, e = e.next) { 569 if (prev != null) { 570 prev.next = e.next; 775 for (Entry e = tab[index], prev = null; e != null; 776 prev [all...] |
| /forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/opensso/ |
| H A D | Cache.java | 537 for (Entry e = tab[index], prev = null; e != null; prev = e, e = e.next) 540 if (prev != null) { 541 prev.next = e.next; 565 for (Entry e = tab[index], prev = null; e != null; 566 prev = e, e = e.next) { 569 if (prev != null) { 570 prev.next = e.next; 775 for (Entry e = tab[index], prev = null; e != null; 776 prev [all...] |
| /forgerock/openidm-v4/openidm-maintenance/src/main/java/org/forgerock/openidm/maintenance/upgrade/ |
| H A D | ComparableVersion.java | 487 ComparableVersion prev = null; 493 if ( prev != null ) 495 int compare = prev.compareTo( c ); 496 System.out.println( " " + prev.toString() + ' ' 502 prev = c;
|
| /forgerock/web-agents-v4/zlib/ |
| H A D | deflate.c | 188 match_head = s->prev[(str) & s->w_mask] = s->head[s->ins_h], \ 194 * prev[] will be initialized on the fly. 294 s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos)); 305 if (s->window == Z_NULL || s->prev == Z_NULL || s->head == Z_NULL || 370 s->prev[str & s->w_mask] = s->head[s->ins_h]; 1000 TRY_FREE(strm, strm->state->prev); 1041 ds->prev = (Posf *) ZALLOC(dest, ds->w_size, sizeof(Pos)); 1046 if (ds->window == Z_NULL || ds->prev == Z_NULL || ds->head == Z_NULL || 1053 zmemcpy((voidpf)ds->prev, (voidpf)ss->prev, d 1163 Posf *prev = s->prev; local 1866 uInt prev; /* byte at distance one to match */ local [all...] |
| /forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/flatfile/ |
| H A D | FileObserver.java | 108 long prev =((Long)snapShot.get(filename)) 112 if (prev != curr) {
|
| /forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/flatfile/ |
| H A D | FileObserver.java | 108 long prev =((Long)snapShot.get(filename)) 112 if (prev != curr) {
|
| /forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authorization/common/ |
| H A D | StripedListView.js | 68 $(e.target).prev("li").focus();
|
| /forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authorization/common/ |
| H A D | StripedListView.js | 68 $(e.target).prev("li").focus();
|
| /forgerock/web-agents-v4/pcre/ |
| H A D | pcre_exec.c | 572 #define prev frame->Xprev macro 629 const pcre_uchar *prev; 874 prev = ecode; 930 ecode = prev; 935 RMATCH(eptr, prev, offset_top, md, eptrb, RM66); 1906 prev = ecode - GET(ecode, 1); 1912 if (*prev >= OP_SBRA || *prev == OP_ONCE) 1924 if ((*prev >= OP_ASSERT && *prev < 6248 #undef prev macro [all...] |
| /forgerock/openam-v13/openam-authentication/deviceprint/scripts/src/main/requirejs/ |
| H A D | r.js | 3844 prev : null, 3860 S.prev = S.token; 3870 function prev() { 3871 return S.prev; 3931 ast[0] = add_tokens(ast[0], start, prev()); 5660 statements = (function(a, prev){ 5662 if (prev && ((cur[0] == "var" && prev[0] == "var") || 5663 (cur[0] == "const" && prev[0] == "const"))) { 5664 prev[ [all...] |