Searched refs:head (Results 1 - 25 of 95) sorted by relevance

1234

/forgerock/web-agents-v4/source/
H A Dlist.h26 #define AM_LIST_INSERT(head,el) \
28 if ((head) != NULL) { \
29 (el)->next = (head); \
32 } else (head) = (el); \
38 #define AM_LIST_INSERT(head,el) \
40 __typeof__(head) t; \
42 if ((head) != NULL) { \
43 t = (head); \
46 } else (head) = (el); \
51 #define AM_LIST_FOR_EACH(head,e
[all...]
H A Dcache.c127 /* initialize head nodes */
170 struct am_cache_entry *element, *tmp, *head; local
181 head = (struct am_cache_entry *) AM_GET_POINTER(cache->pool, cache_data->table[entry_index].prev);
183 AM_OFFSET_LIST_FOR_EACH(cache->pool, head, element, tmp, struct am_cache_entry) {
200 struct am_cache_entry_data *i, *tmp, *head; local
213 head = (struct am_cache_entry_data *) AM_GET_POINTER(cache->pool, element->data.prev);
215 AM_OFFSET_LIST_FOR_EACH(cache->pool, head, i, tmp, struct am_cache_entry_data) {
239 struct am_cache_entry_data *i, *tmp, *head; local
246 head = (struct am_cache_entry_data *) AM_GET_POINTER(cache->pool, entry->data.prev);
248 AM_OFFSET_LIST_FOR_EACH(cache->pool, head,
279 struct am_cache_entry *cache_entry, *tmp, *head; local
328 struct am_cache_entry_data *element, *temp, *head; local
601 struct am_cache_entry_data *a, *tmp, *head; local
869 struct am_cache_entry_data *cache_entry_data, *tmp, *head; local
[all...]
H A Dthread.c64 struct am_threadpool_work *head; member in struct:am_threadpool
93 for (work = worker_pool->head; work != NULL; work = worker_pool->head) {
94 worker_pool->head = work->next;
126 } else if (pool->head != NULL && pool->num_threads < pool->max_threads &&
134 if (pool->head == NULL && pool->active == NULL) {
203 while (pool->head == NULL && !(pool->flag & AM_THREADPOOL_DESTROY)) {
222 if ((cur = pool->head) != NULL) {
228 pool->head = cur->next;
312 worker_pool->head
[all...]
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/common/
H A DTimerPool.java234 HeadTaskRunnable head = null;
236 head = task.getHeadTask();
237 if (head != null) {
238 if (head.acquireValidLock()) {
240 if (head == task.getHeadTask()) {
241 if (head.scheduledExecutionTime() ==
245 if (!head.isTimedOut()) {
252 head.releaseLockAndNotify();
256 } while (head != task.getHeadTask());
258 if((head
[all...]
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/common/
H A DTimerPool.java234 HeadTaskRunnable head = null;
236 head = task.getHeadTask();
237 if (head != null) {
238 if (head.acquireValidLock()) {
240 if (head == task.getHeadTask()) {
241 if (head.scheduledExecutionTime() ==
245 if (!head.isTimedOut()) {
252 head.releaseLockAndNotify();
256 } while (head != task.getHeadTask());
258 if((head
[all...]
/forgerock/web-agents-v4/zlib/
H A Dinflate.c119 state->head = Z_NULL;
655 if (state->head != Z_NULL)
656 state->head->done = -1;
700 if (state->head != Z_NULL)
701 state->head->text = (int)((hold >> 8) & 1);
707 if (state->head != Z_NULL)
708 state->head->time = hold;
714 if (state->head != Z_NULL) {
715 state->head->xflags = (int)(hold & 0xff);
716 state->head
[all...]
H A Dinflate.h90 gz_headerp head; /* where to save gzip header information */ member in struct:inflate_state
H A Ddeflate.c171 * Insert string str in the dictionary and set match_head to the previous head
183 match_head = s->head[s->ins_h], \
184 s->head[s->ins_h] = (Pos)(str))
188 match_head = s->prev[(str) & s->w_mask] = s->head[s->ins_h], \
189 s->head[s->ins_h] = (Pos)(str))
197 s->head[s->hash_size-1] = NIL; \
198 zmemzero((Bytef *)s->head, (unsigned)(s->hash_size-1)*sizeof(*s->head));
295 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos));
305 if (s->window == Z_NULL || s->prev == Z_NULL || s->head
[all...]
H A Dzlib.h746 gz_headerp head));
964 gz_headerp head));
969 As inflate() processes the gzip stream, head->done is zero until the header
970 is completed, at which time head->done is set to one. If a zlib stream is
971 being decoded, then head->done is set to -1 to indicate that there will be
H A Ddeflate.h137 Posf *head; /* Heads of the hash chains or NIL. */ member in struct:internal_state
/forgerock/opendj-b2.6/src/server/org/opends/server/util/table/
H A DTextTablePrinter.java180 String head;
185 head = "";
192 head = contents.substring(0, endIndex);
196 head = contents.substring(0, endIndex);
201 head = contents;
221 builder.append(head);
227 for (int j = head.length(); j < width; j++)
/forgerock/opendj2/src/server/org/opends/server/util/table/
H A DTextTablePrinter.java179 String head;
184 head = "";
191 head = contents.substring(0, endIndex);
195 head = contents.substring(0, endIndex);
200 head = contents;
220 builder.append(head);
226 for (int j = head.length(); j < width; j++)
/forgerock/opendj2.6.2/src/server/org/opends/server/util/table/
H A DTextTablePrinter.java180 String head;
185 head = "";
192 head = contents.substring(0, endIndex);
196 head = contents.substring(0, endIndex);
201 head = contents;
221 builder.append(head);
227 for (int j = head.length(); j < width; j++)
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/table/
H A DTextTablePrinter.java180 String head;
185 head = "";
192 head = contents.substring(0, endIndex);
196 head = contents.substring(0, endIndex);
201 head = contents;
221 builder.append(head);
227 for (int j = head.length(); j < width; j++)
/forgerock/opendj2-hg/src/server/org/opends/server/util/table/
H A DTextTablePrinter.java179 String head;
184 head = "";
191 head = contents.substring(0, endIndex);
195 head = contents.substring(0, endIndex);
200 head = contents;
220 builder.append(head);
226 for (int j = head.length(); j < width; j++)
/forgerock/web-agents-v4/cmocka/
H A Dcmocka.c189 static ListNode* list_add(ListNode * const head, ListNode *new_node);
190 static ListNode* list_add_value(ListNode * const head, const void *value,
198 static int list_empty(const ListNode * const head);
200 ListNode * const head, const void *value,
202 static int list_first(ListNode * const head, ListNode **output);
204 ListNode * const head, const CleanupListValue cleanup_value,
442 static ListNode* list_add_value(ListNode * const head, const void *value, argument
445 assert_non_null(head);
449 return list_add(head, new_node);
454 static ListNode* list_add(ListNode * const head, ListNod argument
494 list_free( ListNode * const head, const CleanupListValue cleanup_value, void * const cleanup_value_data) argument
506 list_empty(const ListNode * const head) argument
516 list_find(ListNode * const head, const void *value, const EqualityFunction equal_func, ListNode **output) argument
530 list_first(ListNode * const head, ListNode **output) argument
617 get_symbol_value( ListNode * const head, const char * const symbol_names[], const size_t number_of_symbol_names, void **output) argument
1713 const ListNode * const head = get_allocated_blocks_list(); local
1739 const ListNode * const head = get_allocated_blocks_list(); local
[all...]
/forgerock/openam-v13/openam-oauth/samples/StockClient/lib/
H A Djersey-client-1.1.1-ea-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/ws/ com/sun/ws/rs/ ...
/forgerock/openam-v13/openam-oauth/samples/StockService/lib/
H A Djersey-client-1.1.1-ea-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/ws/ com/sun/ws/rs/ ...
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DSubtreeSpecification.java961 * @param head
974 private String nextValue(final Pattern head, argument
983 if (!scanner.hasNext(head))
/forgerock/opendj2/src/server/org/opends/server/types/
H A DSubtreeSpecification.java960 * @param head
973 private String nextValue(final Pattern head, argument
982 if (!scanner.hasNext(head))
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DSubtreeSpecification.java961 * @param head
974 private String nextValue(final Pattern head, argument
983 if (!scanner.hasNext(head))
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DSubtreeSpecification.java961 * @param head
974 private String nextValue(final Pattern head, argument
983 if (!scanner.hasNext(head))
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DSubtreeSpecification.java960 * @param head
973 private String nextValue(final Pattern head, argument
982 if (!scanner.hasNext(head))
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DSubCommand.java584 String head = t.nextToken();
595 optionAliases.put(head, array);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DSubtreeSpecification.java874 * @param head
887 private String nextValue(final Pattern head, argument
896 if (!scanner.hasNext(head))

Completed in 70 milliseconds

1234