Searched refs:hc (Results 1 - 22 of 22) sorted by relevance

/haiku-fatelf/src/apps/poorman/libhttpd/
H A Dlibhttpd.c137 static void add_response( httpd_conn* hc, char* str );
138 static void send_mime( httpd_conn* hc, int status, char* title, char* encodings, char* extraheads, char* type, off_t length, time_t mod );
139 static void send_response( httpd_conn* hc, int status, char* title, char* extraheads, char* form, char* arg );
140 static void send_response_tail( httpd_conn* hc );
143 static int send_err_file( httpd_conn* hc, int status, char* title, char* extraheads, char* filename );
146 static void send_authenticate( httpd_conn* hc, char* realm );
148 static int auth_check( httpd_conn* hc, char* dirname );
149 static int auth_check2( httpd_conn* hc, char* dirname );
151 static void send_dirredirect( httpd_conn* hc );
158 static int tilde_map_1( httpd_conn* hc );
542 add_response( httpd_conn* hc, char* str ) argument
601 send_mime( httpd_conn* hc, int status, char* title, char* encodings, char* extraheads, char* type, off_t length, time_t mod ) argument
729 send_response( httpd_conn* hc, int status, char* title, char* extraheads, char* form, char* arg ) argument
807 httpd_send_err( httpd_conn* hc, int status, char* title, char* extraheads, char* form, char* arg ) argument
841 send_err_file( httpd_conn* hc, int status, char* title, char* extraheads, char* filename ) argument
875 send_authenticate( httpd_conn* hc, char* realm ) argument
976 auth_check( httpd_conn* hc, char* dirname ) argument
999 auth_check2( httpd_conn* hc, char* dirname ) argument
2458 httpd_close_conn( httpd_conn* hc, struct timeval* nowP ) argument
2997 really_start_request( httpd_conn* hc, struct timeval* nowP ) argument
3279 httpd_start_request( httpd_conn* hc, struct timeval* nowP ) argument
3292 make_log_entry( httpd_conn* hc, struct timeval* nowP ) argument
[all...]
H A Dlibhttpd.h211 extern int httpd_get_conn( httpd_server* hs, int listen_fd, httpd_conn* hc );
216 /* Checks whether the data in hc->read_buf constitutes a complete request
217 ** yet. The caller reads data into hc->read_buf[hc->read_idx] and advances
218 ** hc->read_idx. This routine checks what has been read so far, using
219 ** hc->checked_idx and hc->checked_state to keep track, and returns an
223 extern int httpd_got_request( httpd_conn* hc );
228 /* Parses the request in hc->read_buf. Fills in lots of fields in hc,
[all...]
/haiku-fatelf/src/apps/poorman/
H A DPoorManServer.cpp205 httpd_conn* hc; local
209 hc = new httpd_conn;
210 hc->initialized = 0;
213 httpd_get_conn(s->fHttpdServer, s->fHttpdServer->listen4_fd, hc);
218 httpd_destroy_conn(hc);
219 delete hc;
224 httpd_destroy_conn(hc);
234 httpd_send_err(hc, 503,
236 httpd_write_response(hc);
253 send_data(tid, 512, &hc, sizeo
265 httpd_conn* hc; local
350 _HandleGet(httpd_conn* hc) argument
411 _HandleHead(httpd_conn* hc) argument
420 _HandlePost(httpd_conn* hc) argument
[all...]
H A DPoorManServer.h59 status_t _HandleGet(httpd_conn* hc);
60 status_t _HandleHead(httpd_conn* hc);
61 status_t _HandlePost(httpd_conn* hc);
/haiku-fatelf/src/add-ons/translators/icns/openjpeg/
H A Dt1_generate_luts.c109 int hc, vc, n; local
112 hc = int_min(((f & (T1_SIG_E | T1_SGN_E)) ==
126 if (hc < 0) {
127 hc = -hc;
130 if (!hc) {
137 } else if (hc == 1) {
150 int hc, vc, n; local
152 hc = int_min(((f & (T1_SIG_E | T1_SGN_E)) ==
166 if (!hc
[all...]
/haiku-fatelf/src/add-ons/translators/jpeg2000/libjasper/
H A Djpc_t1cod.c424 int hc; local
428 hc = JAS_MIN(((f & (JPC_ESIG | JPC_ESGN)) == JPC_ESIG) + ((f & (JPC_WSIG | JPC_WSGN)) == JPC_WSIG), 1) -
432 if (!hc && !vc) {
435 n = (!(hc > 0 || (!hc && vc > 0)));
442 int hc; local
449 hc = JAS_MIN(((f & (JPC_ESIG | JPC_ESGN)) == JPC_ESIG) + ((f & (JPC_WSIG | JPC_WSGN)) == JPC_WSIG),
455 assert(hc >= -1 && hc <= 1 && vc >= -1 && vc <= 1);
456 if (hc <
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dmwlhal.c1085 const struct mwl_hal_channel *hc; local
1098 hc = ((unsigned)i < ci->nchannels) ? &ci->channels[i] : NULL;
1110 hc = (i < ci->nchannels) ? &ci->channels[i] : NULL;
1112 hc = NULL;
1113 return hc;
1121 const struct mwl_hal_channel *hc; local
1124 hc = findchannel(mh, c);
1125 if (hc == NULL) {
1141 pCmd->PowerLevelList[i++] = htole16(hc->targetPowers[0]);
1143 uint16_t pow = hc
2030 setmaxtxpow(struct mwl_hal_channel *hc, int i, int maxix) argument
2050 struct mwl_hal_channel *hc; local
2091 struct mwl_hal_channel *hc = &ci->channels[j]; local
[all...]
H A Dif_mwl.c971 mwl_mapchan(MWL_HAL_CHANNEL *hc, const struct ieee80211_channel *chan) argument
973 hc->channel = chan->ic_ieee;
975 *(uint32_t *)&hc->channelFlags = 0;
977 hc->channelFlags.FreqBand = MWL_FREQ_BAND_2DOT4GHZ;
979 hc->channelFlags.FreqBand = MWL_FREQ_BAND_5GHZ;
981 hc->channelFlags.ChnlWidth = MWL_CH_40_MHz_WIDTH;
983 hc->channelFlags.ExtChnlOffset = MWL_EXT_CH_ABOVE_CTRL_CH;
985 hc->channelFlags.ExtChnlOffset = MWL_EXT_CH_BELOW_CTRL_CH;
987 hc->channelFlags.ChnlWidth = MWL_CH_20_MHz_WIDTH;
4455 const struct mwl_hal_channel *hc local
4473 const struct mwl_hal_channel *hc; local
4556 const struct mwl_hal_channel *hc; local
4597 const struct mwl_hal_channel *hc; local
[all...]
/haiku-fatelf/src/add-ons/input_server/methods/canna/lib/
H A Dhenkan.c1185 /* printf("yomi => "); Wprintf(hc->yomi_buffer); putchar('\n');*/
1186 printf("yomi len => %d\n", hc->yomilen);
1914 if (RengoGakushu && hc->nbunsetsu > 1) { /* �������������������������������������������� */
1925 RkwGoTo(hc->context, 0);
1926 nword[0] = RkwGetLex(hc->context, lex[0], RENGOBUFSIZE);
1930 for (i = 1 ; i < hc->nbunsetsu ; i++) {
1938 nword[previous] = RkwGetLex(hc->context, lex[previous], RENGOBUFSIZE);
1940 RkwRight(hc->context);
1943 nword[current] = RkwGetLex(hc->context, lex[current], RENGOBUFSIZE);
1950 RkwLeft(hc
[all...]
H A Dromaji.c1059 || (chc && yc->rEndp + chc->hc->ycx->rEndp > ROMAJILIMIT)*/) {
3732 hc->time = times(&timebuf;
3733 hc->proctime -= currenttime;
/haiku-fatelf/src/bin/gdb/gdb/rdi-share/
H A Dhostchan.c971 unsigned int wc = 0, dc = 0, ac = 0, hc = 0; local
1005 INC_COUNT(hc);
1014 wc, dc, ac, hc );
/haiku-fatelf/src/bin/gdb/gdb/
H A Dgdb-events.sh85 them against the existing \`\`gdb-events.[hc]''. Any differences
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/marvell88w8335/dev/malo/
H A Dif_malo.c1952 malo_mapchan(struct malo_hal_channel *hc, const struct ieee80211_channel *chan) argument
1954 hc->channel = chan->ic_ieee;
1956 *(uint32_t *)&hc->flags = 0;
1958 hc->flags.freqband = MALO_FREQ_BAND_2DOT4GHZ;
/haiku-fatelf/src/libs/ncurses/include/
H A DCaps.osf1r5219 hard_copy hc bool hc - - YBCG- hardcopy terminal
H A DCaps.uwin219 hard_copy hc bool hc - - YBCG- hardcopy terminal
H A DCaps219 hard_copy hc bool hc - - YBCG- hardcopy terminal
H A DCaps.aix4219 hard_copy hc bool hc - - YBCG- hardcopy terminal
H A DCaps.hpux11219 hard_copy hc bool hc - - YBCG- hardcopy terminal
H A DCaps.keys221 hard_copy hc bool hc - - YBCG- hardcopy terminal
/haiku-fatelf/src/libs/ncurses/misc/
H A Dterminfo.src286 OTbs, hc, os,
15138 hc, os,
15624 hc, os, xon,
15628 OTbs, hc, os, xon,
15653 OTbs, am, hc, os, xon,
17751 OTbs, hc, os,
17755 OTbs, hc, os,
17775 OTbs, hc, os,
17782 OTbs, am, hc, os,
17789 hc,
[all...]
H A Dterminfo.tmp286 OTbs, hc, os,
15138 hc, os,
15624 hc, os, xon,
15628 OTbs, hc, os, xon,
15653 OTbs, am, hc, os, xon,
17751 OTbs, hc, os,
17755 OTbs, hc, os,
17775 OTbs, hc, os,
17782 OTbs, am, hc, os,
17789 hc,
[all...]
/haiku-fatelf/src/libs/termcap/
H A Dtermcap.src276 :bs:hc:os:\
14027 :bs:hc:os:\
14033 :bs:hc:os:\
14039 :bs:hc:os:\
14045 :bs:hc:os:\
14052 :bs:hc:os:\
14058 :bs:hc:os:\
14064 :bs:hc:os:\
[all...]

Completed in 578 milliseconds