Home
last modified time | relevance | path

Searched refs:nexthead (Results 1 – 25 of 95) sorted by relevance

1234

/dports/games/spacezero/spacezero/src/
H A Dmenu.c119 itemnew->nexthead=item0->nexthead; in Add2MenuHead()
321 item.nexthead=NULL; in CreateMenu()
328 item.nexthead=NULL; in CreateMenu()
369 item.nexthead=NULL; in CreateMenu()
378 item.nexthead=NULL; in CreateMenu()
385 item.nexthead=NULL; in CreateMenu()
392 item.nexthead=NULL; in CreateMenu()
399 item.nexthead=NULL; in CreateMenu()
409 item.nexthead=NULL; in CreateMenu()
416 item.nexthead=NULL; in CreateMenu()
[all …]
/dports/mail/sylpheed/sylpheed-3.7.0/libsylph/
H A Dprocheader.c44 gint nexthead; in procheader_get_one_field() local
81 nexthead = fgetc(fp); in procheader_get_one_field()
84 if (nexthead == ' ' || nexthead == '\t') in procheader_get_one_field()
99 *bufp++ = nexthead; in procheader_get_one_field()
123 nexthead = fgetc(fp); in procheader_get_one_field()
124 if (nexthead == ' ' || nexthead == '\t') { in procheader_get_one_field()
131 *p++ = nexthead; in procheader_get_one_field()
139 if (nexthead != EOF) in procheader_get_one_field()
154 gint nexthead; in procheader_get_unfolded_line() local
170 if (nexthead == ' ' || nexthead == '\t') in procheader_get_unfolded_line()
[all …]
/dports/multimedia/libxine/xine-lib-1.2.11/src/xine-engine/
H A Dbuffer.c78 be_ei_t *newhead, *newtail, *nexthead; in buffer_pool_free() local
98 nexthead = (be_ei_t *)this->buffer_pool_top; in buffer_pool_free()
99 if (!nexthead || (nexthead >= newtail)) { in buffer_pool_free()
102 newtail[-1].elem.next = &nexthead->elem; in buffer_pool_free()
104 if (newtail == nexthead) in buffer_pool_free()
105 newhead->nbufs += nexthead->nbufs; in buffer_pool_free()
110 prevhead = nexthead; in buffer_pool_free()
113 if (!nexthead || (nexthead >= newtail)) in buffer_pool_free()
117 newtail[-1].elem.next = &nexthead->elem; in buffer_pool_free()
119 if (newtail == nexthead) in buffer_pool_free()
[all …]
/dports/mail/courier/courier-0.65.3/courier/filters/
H A Dduphash.c102 unsigned nexthead= (p->head+1) % p->duphashbufsize; in dup_addhead() local
106 if (nexthead == p->tail) in dup_addhead()
158 p->head=nexthead; in dup_addhead()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/commands/
H A Dasync.c1232 int nexthead; in asyncQueueIsFull() local
1247 nexthead = QUEUE_POS_PAGE(QUEUE_HEAD) + 1; in asyncQueueIsFull()
1248 if (nexthead > QUEUE_MAX_PAGE) in asyncQueueIsFull()
1249 nexthead = 0; /* wrap around */ in asyncQueueIsFull()
1252 return asyncQueuePagePrecedes(nexthead, boundary); in asyncQueueIsFull()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/commands/
H A Dasync.c1232 int nexthead; in asyncQueueIsFull() local
1247 nexthead = QUEUE_POS_PAGE(QUEUE_HEAD) + 1; in asyncQueueIsFull()
1248 if (nexthead > QUEUE_MAX_PAGE) in asyncQueueIsFull()
1249 nexthead = 0; /* wrap around */ in asyncQueueIsFull()
1252 return asyncQueuePagePrecedes(nexthead, boundary); in asyncQueueIsFull()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/commands/
H A Dasync.c1232 int nexthead; in asyncQueueIsFull() local
1247 nexthead = QUEUE_POS_PAGE(QUEUE_HEAD) + 1; in asyncQueueIsFull()
1248 if (nexthead > QUEUE_MAX_PAGE) in asyncQueueIsFull()
1249 nexthead = 0; /* wrap around */ in asyncQueueIsFull()
1252 return asyncQueuePagePrecedes(nexthead, boundary); in asyncQueueIsFull()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/commands/
H A Dasync.c1232 int nexthead; in asyncQueueIsFull() local
1247 nexthead = QUEUE_POS_PAGE(QUEUE_HEAD) + 1; in asyncQueueIsFull()
1248 if (nexthead > QUEUE_MAX_PAGE) in asyncQueueIsFull()
1249 nexthead = 0; /* wrap around */ in asyncQueueIsFull()
1252 return asyncQueuePagePrecedes(nexthead, boundary); in asyncQueueIsFull()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/commands/
H A Dasync.c1232 int nexthead; in asyncQueueIsFull() local
1247 nexthead = QUEUE_POS_PAGE(QUEUE_HEAD) + 1; in asyncQueueIsFull()
1248 if (nexthead > QUEUE_MAX_PAGE) in asyncQueueIsFull()
1249 nexthead = 0; /* wrap around */ in asyncQueueIsFull()
1252 return asyncQueuePagePrecedes(nexthead, boundary); in asyncQueueIsFull()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/commands/
H A Dasync.c1232 int nexthead; in asyncQueueIsFull() local
1247 nexthead = QUEUE_POS_PAGE(QUEUE_HEAD) + 1; in asyncQueueIsFull()
1248 if (nexthead > QUEUE_MAX_PAGE) in asyncQueueIsFull()
1249 nexthead = 0; /* wrap around */ in asyncQueueIsFull()
1252 return asyncQueuePagePrecedes(nexthead, boundary); in asyncQueueIsFull()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/commands/
H A Dasync.c1232 int nexthead; in asyncQueueIsFull() local
1247 nexthead = QUEUE_POS_PAGE(QUEUE_HEAD) + 1; in asyncQueueIsFull()
1248 if (nexthead > QUEUE_MAX_PAGE) in asyncQueueIsFull()
1249 nexthead = 0; /* wrap around */ in asyncQueueIsFull()
1252 return asyncQueuePagePrecedes(nexthead, boundary); in asyncQueueIsFull()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/commands/
H A Dasync.c1232 int nexthead; in asyncQueueIsFull() local
1247 nexthead = QUEUE_POS_PAGE(QUEUE_HEAD) + 1; in asyncQueueIsFull()
1248 if (nexthead > QUEUE_MAX_PAGE) in asyncQueueIsFull()
1249 nexthead = 0; /* wrap around */ in asyncQueueIsFull()
1252 return asyncQueuePagePrecedes(nexthead, boundary); in asyncQueueIsFull()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/commands/
H A Dasync.c1232 int nexthead; in asyncQueueIsFull() local
1247 nexthead = QUEUE_POS_PAGE(QUEUE_HEAD) + 1; in asyncQueueIsFull()
1248 if (nexthead > QUEUE_MAX_PAGE) in asyncQueueIsFull()
1249 nexthead = 0; /* wrap around */ in asyncQueueIsFull()
1252 return asyncQueuePagePrecedes(nexthead, boundary); in asyncQueueIsFull()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/commands/
H A Dasync.c1232 int nexthead; in asyncQueueIsFull() local
1247 nexthead = QUEUE_POS_PAGE(QUEUE_HEAD) + 1; in asyncQueueIsFull()
1248 if (nexthead > QUEUE_MAX_PAGE) in asyncQueueIsFull()
1249 nexthead = 0; /* wrap around */ in asyncQueueIsFull()
1252 return asyncQueuePagePrecedes(nexthead, boundary); in asyncQueueIsFull()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/commands/
H A Dasync.c1232 int nexthead; in asyncQueueIsFull() local
1247 nexthead = QUEUE_POS_PAGE(QUEUE_HEAD) + 1; in asyncQueueIsFull()
1248 if (nexthead > QUEUE_MAX_PAGE) in asyncQueueIsFull()
1249 nexthead = 0; /* wrap around */ in asyncQueueIsFull()
1252 return asyncQueuePagePrecedes(nexthead, boundary); in asyncQueueIsFull()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/commands/
H A Dasync.c1232 int nexthead; in asyncQueueIsFull() local
1247 nexthead = QUEUE_POS_PAGE(QUEUE_HEAD) + 1; in asyncQueueIsFull()
1248 if (nexthead > QUEUE_MAX_PAGE) in asyncQueueIsFull()
1249 nexthead = 0; /* wrap around */ in asyncQueueIsFull()
1252 return asyncQueuePagePrecedes(nexthead, boundary); in asyncQueueIsFull()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/commands/
H A Dasync.c1232 int nexthead; in asyncQueueIsFull() local
1247 nexthead = QUEUE_POS_PAGE(QUEUE_HEAD) + 1; in asyncQueueIsFull()
1248 if (nexthead > QUEUE_MAX_PAGE) in asyncQueueIsFull()
1249 nexthead = 0; /* wrap around */ in asyncQueueIsFull()
1252 return asyncQueuePagePrecedes(nexthead, boundary); in asyncQueueIsFull()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/commands/
H A Dasync.c1232 int nexthead; in asyncQueueIsFull() local
1247 nexthead = QUEUE_POS_PAGE(QUEUE_HEAD) + 1; in asyncQueueIsFull()
1248 if (nexthead > QUEUE_MAX_PAGE) in asyncQueueIsFull()
1249 nexthead = 0; /* wrap around */ in asyncQueueIsFull()
1252 return asyncQueuePagePrecedes(nexthead, boundary); in asyncQueueIsFull()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/commands/
H A Dasync.c1232 int nexthead; in asyncQueueIsFull() local
1247 nexthead = QUEUE_POS_PAGE(QUEUE_HEAD) + 1; in asyncQueueIsFull()
1248 if (nexthead > QUEUE_MAX_PAGE) in asyncQueueIsFull()
1249 nexthead = 0; /* wrap around */ in asyncQueueIsFull()
1252 return asyncQueuePagePrecedes(nexthead, boundary); in asyncQueueIsFull()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/commands/
H A Dasync.c1232 int nexthead; in ISpeechRecognitionGrammarFileConstraintFactory()
1247 nexthead = QUEUE_POS_PAGE(QUEUE_HEAD) + 1; in ISpeechRecognitionGrammarFileConstraintFactory()
1248 if (nexthead > QUEUE_MAX_PAGE) in ISpeechRecognitionGrammarFileConstraintFactory()
1249 nexthead = 0; /* wrap around */ in ISpeechRecognitionGrammarFileConstraintFactory()
1252 return asyncQueuePagePrecedes(nexthead, boundary); in ISpeechRecognitionGrammarFileConstraintFactory()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/commands/
H A Dasync.c1231 int nexthead;
1246 nexthead = QUEUE_POS_PAGE(QUEUE_HEAD) + 1;
1247 if (nexthead > QUEUE_MAX_PAGE)
1248 nexthead = 0; /* wrap around */
1251 return asyncQueuePagePrecedes(nexthead, boundary);
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/commands/
H A Dasync.c1232 int nexthead; in asyncQueueIsFull() local
1247 nexthead = QUEUE_POS_PAGE(QUEUE_HEAD) + 1; in asyncQueueIsFull()
1248 if (nexthead > QUEUE_MAX_PAGE) in asyncQueueIsFull()
1249 nexthead = 0; /* wrap around */ in asyncQueueIsFull()
1252 return asyncQueuePagePrecedes(nexthead, boundary); in asyncQueueIsFull()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/commands/
H A Dasync.c1232 int nexthead; in asyncQueueIsFull() local
1247 nexthead = QUEUE_POS_PAGE(QUEUE_HEAD) + 1; in asyncQueueIsFull()
1248 if (nexthead > QUEUE_MAX_PAGE) in asyncQueueIsFull()
1249 nexthead = 0; /* wrap around */ in asyncQueueIsFull()
1252 return asyncQueuePagePrecedes(nexthead, boundary); in asyncQueueIsFull()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/commands/
H A Dasync.c1232 int nexthead; in asyncQueueIsFull() local
1247 nexthead = QUEUE_POS_PAGE(QUEUE_HEAD) + 1; in asyncQueueIsFull()
1248 if (nexthead > QUEUE_MAX_PAGE) in asyncQueueIsFull()
1249 nexthead = 0; /* wrap around */ in asyncQueueIsFull()
1252 return asyncQueuePagePrecedes(nexthead, boundary); in asyncQueueIsFull()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/commands/
H A Dasync.c1232 int nexthead; in asyncQueueIsFull() local
1247 nexthead = QUEUE_POS_PAGE(QUEUE_HEAD) + 1; in asyncQueueIsFull()
1248 if (nexthead > QUEUE_MAX_PAGE) in asyncQueueIsFull()
1249 nexthead = 0; /* wrap around */ in asyncQueueIsFull()
1252 return asyncQueuePagePrecedes(nexthead, boundary); in asyncQueueIsFull()

1234