Home
last modified time | relevance | path

Searched defs:state (Results 1 – 25 of 1266) sorted by relevance

12345678910>>...51

/NextBSD/contrib/expat/lib/
HDxmlrole.c93 #define setTopLevel(state) \ argument
98 #define setTopLevel(state) ((state)->handler = internalSubset) argument
128 prolog0(PROLOG_STATE *state, in prolog0()
165 prolog1(PROLOG_STATE *state, in prolog1()
196 prolog2(PROLOG_STATE *state, in prolog2()
217 doctype0(PROLOG_STATE *state, in doctype0()
235 doctype1(PROLOG_STATE *state, in doctype1()
265 doctype2(PROLOG_STATE *state, in doctype2()
282 doctype3(PROLOG_STATE *state, in doctype3()
299 doctype4(PROLOG_STATE *state, in doctype4()
[all …]
/NextBSD/lib/libz/
HDgzread.c23 local int gz_load(state, buf, len, have) in gz_load() argument
54 local int gz_avail(state) in gz_avail() argument
89 local int gz_look(state) in gz_look() argument
175 local int gz_decomp(state) in gz_decomp() argument
229 local int gz_fetch(state) in gz_fetch() argument
259 local int gz_skip(state, len) in gz_skip() argument
297 gz_statep state; local
395 gz_statep state; local
430 gz_statep state; local
494 gz_statep state; local
[all …]
HDinflate.c107 struct inflate_state FAR *state; local
132 struct inflate_state FAR *state; local
147 struct inflate_state FAR *state; local
187 struct inflate_state FAR *state; local
235 struct inflate_state FAR *state; local
261 local void fixedtables(state) in fixedtables() argument
328 struct inflate_state state; in makefixed() local
384 struct inflate_state FAR *state; local
609 struct inflate_state FAR *state; local
1257 struct inflate_state FAR *state; local
[all …]
HDgzlib.c78 local void gz_reset(state) in gz_reset() argument
99 gz_statep state; local
321 gz_statep state; local
345 gz_statep state; local
372 gz_statep state; local
457 gz_statep state; local
485 gz_statep state; local
517 gz_statep state; local
535 gz_statep state; local
555 gz_statep state; local
[all …]
HDgzwrite.c18 local int gz_init(state) in gz_init() argument
73 local int gz_comp(state, flush) in gz_comp() argument
136 local int gz_zero(state, len) in gz_zero() argument
174 gz_statep state; local
254 gz_statep state; local
316 gz_statep state; in gzvprintf() local
397 gz_statep state; local
472 gz_statep state; local
505 gz_statep state; local
546 gz_statep state; local
/NextBSD/contrib/tcpdump/missing/
HDsnprintf.c59 struct state { struct
65 int (*append_char)(struct state *, unsigned char); argument
66 int (*reserve)(struct state *, size_t); argument
72 sn_reserve (struct state *state, size_t n) in sn_reserve()
78 sn_append_char (struct state *state, unsigned char c) in sn_append_char()
126 append_number(struct state *state, in append_number()
215 append_string (struct state *state, in append_string()
246 append_char(struct state *state, in append_char()
281 xyzprintf (struct state *state, const char *char_format, va_list ap) in xyzprintf()
605 struct state state; in vsnprintf() local
/NextBSD/contrib/libpcap/missing/
HDsnprintf.c59 struct state { struct
65 int (*append_char)(struct state *, unsigned char); argument
66 int (*reserve)(struct state *, size_t); argument
72 sn_reserve (struct state *state, size_t n) in sn_reserve()
78 sn_append_char (struct state *state, unsigned char c) in sn_append_char()
126 append_number(struct state *state, in append_number()
215 append_string (struct state *state, in append_string()
246 append_char(struct state *state, in append_char()
281 xyzprintf (struct state *state, const char *char_format, va_list ap) in xyzprintf()
605 struct state state; in vsnprintf() local
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDStreamChecker.cpp212 ProgramStateRef state = C.getState(); in OpenFileAux() local
239 ProgramStateRef state = CheckDoubleClose(CE, C.getState(), C); in Fclose() local
245 ProgramStateRef state = C.getState(); in Fread() local
252 ProgramStateRef state = C.getState(); in Fwrite() local
259 ProgramStateRef state = C.getState(); in Fseek() local
286 ProgramStateRef state = C.getState(); in Ftell() local
293 ProgramStateRef state = C.getState(); in Rewind() local
300 ProgramStateRef state = C.getState(); in Fgetpos() local
307 ProgramStateRef state = C.getState(); in Fsetpos() local
314 ProgramStateRef state = C.getState(); in Clearerr() local
[all …]
/NextBSD/usr.sbin/ppp/
HDpred.c58 #define HASH(state, x) state->hash = (state->hash << 4) ^ (x) argument
67 compress(struct pred1_state *state, u_char *source, u_char *dest, int len) in compress()
92 SyncTable(struct pred1_state *state, u_char *source, u_char *dest, int len) in SyncTable()
101 decompress(struct pred1_state *state, u_char *source, u_char *dest, int len) in decompress()
129 struct pred1_state *state = (struct pred1_state *)v; in Pred1Term() local
136 struct pred1_state *state = (struct pred1_state *)v; in Pred1ResetInput() local
145 struct pred1_state *state = (struct pred1_state *)v; in Pred1ResetOutput() local
156 struct pred1_state *state; in Pred1InitInput() local
166 struct pred1_state *state; in Pred1InitOutput() local
177 struct pred1_state *state = (struct pred1_state *)v; in Pred1Output() local
[all …]
HDdeflate.c58 struct deflate_state *state = (struct deflate_state *)v; in DeflateResetOutput() local
72 struct deflate_state *state = (struct deflate_state *)v; in DeflateOutput() local
190 struct deflate_state *state = (struct deflate_state *)v; in DeflateResetInput() local
201 struct deflate_state *state = (struct deflate_state *)v; in DeflateInput() local
339 struct deflate_state *state = (struct deflate_state *)v; in DeflateDictSetup() local
491 struct deflate_state *state; in DeflateInitInput() local
514 struct deflate_state *state; in DeflateInitOutput() local
538 struct deflate_state *state = (struct deflate_state *)v; in DeflateTermInput() local
547 struct deflate_state *state = (struct deflate_state *)v; in DeflateTermOutput() local
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/zmod/
HDinflate.c113 struct inflate_state FAR *state; local
140 struct inflate_state FAR *state; local
157 struct inflate_state FAR *state; local
212 local void fixedtables(state) in fixedtables() argument
279 struct inflate_state state; in makefixed() local
334 struct inflate_state FAR *state; local
565 struct inflate_state FAR *state; local
1185 struct inflate_state FAR *state; local
1201 struct inflate_state FAR *state; local
1242 struct inflate_state FAR *state; local
[all …]
/NextBSD/contrib/gdb/gdb/
HDi386gnu-nat.c59 #define REG_ADDR(state, regnum) ((char *)(state) + reg_offset[regnum]) argument
68 struct i386_float_state state; in fetch_fpregs() local
129 thread_state_t state; in gnu_fetch_registers() local
174 struct i386_float_state state; in store_fpregs() local
216 thread_state_t state; in gnu_store_registers() local
258 #define fill(state, regno) \ in gnu_store_registers() argument
/NextBSD/sys/contrib/vchiq/interface/vchiq_arm/
HDvchiq_core.c41 #define SLOT_INFO_FROM_INDEX(state, index) (state->slot_info + (index)) argument
42 #define SLOT_DATA_FROM_INDEX(state, index) (state->slot_data + (index)) argument
43 #define SLOT_INDEX_FROM_DATA(state, data) \ argument
46 #define SLOT_INDEX_FROM_INFO(state, info) \ argument
200 find_service_by_port(VCHIQ_STATE_T *state, int localport) in find_service_by_port()
270 next_service_by_instance(VCHIQ_STATE_T *state, VCHIQ_INSTANCE_T instance, in next_service_by_instance()
307 VCHIQ_STATE_T *state = service->state; in unlock_service() local
362 VCHIQ_STATE_T *state = service->state; in mark_service_closing_internal() local
410 vchiq_set_conn_state(VCHIQ_STATE_T *state, VCHIQ_CONNSTATE_T newstate) in vchiq_set_conn_state()
470 remote_event_pollall(VCHIQ_STATE_T *state) in remote_event_pollall()
[all …]
HDvchiq_2835_arm.c133 vchiq_platform_init(VCHIQ_STATE_T *state) in vchiq_platform_init()
226 vchiq_platform_exit(VCHIQ_STATE_T *state) in vchiq_platform_exit()
235 vchiq_platform_init_state(VCHIQ_STATE_T *state) in vchiq_platform_init_state()
249 vchiq_platform_get_arm_state(VCHIQ_STATE_T *state) in vchiq_platform_get_arm_state()
331 vchiq_platform_suspend(VCHIQ_STATE_T *state) in vchiq_platform_suspend()
337 vchiq_platform_resume(VCHIQ_STATE_T *state) in vchiq_platform_resume()
343 vchiq_platform_paused(VCHIQ_STATE_T *state) in vchiq_platform_paused()
348 vchiq_platform_resumed(VCHIQ_STATE_T *state) in vchiq_platform_resumed()
353 vchiq_platform_videocore_wanted(VCHIQ_STATE_T* state) in vchiq_platform_videocore_wanted()
364 vchiq_dump_platform_use_state(VCHIQ_STATE_T *state) in vchiq_dump_platform_use_state()
[all …]
/NextBSD/sys/kern/
HDkern_clocksource.c73 #define ET_HW_LOCK(state) \ argument
81 #define ET_HW_UNLOCK(state) \ argument
138 struct pcpu_state *state; in hardclockintr() local
159 struct pcpu_state *state; in handleevents() local
234 struct pcpu_state *state; in getnextcpuevent() local
269 struct pcpu_state *state; in getnextevent() local
301 struct pcpu_state *state; in timercb() local
369 struct pcpu_state *state; in loadtimer() local
435 struct pcpu_state *state; in doconfigtimer() local
471 struct pcpu_state *state; in configtimer() local
[all …]
/NextBSD/contrib/libarchive/libarchive/
HDarchive_read_support_filter_program.c128 struct program_bidder *state, const void *signature, size_t signature_len) in set_bidder_signature()
154 struct program_bidder *state; in archive_read_support_filter_program_signature() local
182 struct program_bidder *state = (struct program_bidder *)self->data; in program_bidder_free() local
189 free_state(struct program_bidder *state) in free_state()
209 struct program_bidder *state = self->data; in program_bidder_bid() local
239 child_stop(struct archive_read_filter *self, struct program_filter *state) in child_stop()
309 struct program_filter *state = self->data; in child_read() local
399 struct program_filter *state; in __archive_read_program() local
475 struct program_filter *state; in program_filter_read() local
504 struct program_filter *state; in program_filter_close() local
HDarchive_write_add_filter_uuencode.c74 struct private_uuencode *state; in archive_write_add_filter_uuencode() local
107 struct private_uuencode *state = (struct private_uuencode *)f->data; in archive_filter_uuencode_options() local
139 struct private_uuencode *state = (struct private_uuencode *)f->data; in archive_filter_uuencode_open() local
214 struct private_uuencode *state = (struct private_uuencode *)f->data; in archive_filter_uuencode_write() local
259 struct private_uuencode *state = (struct private_uuencode *)f->data; in archive_filter_uuencode_close() local
279 struct private_uuencode *state = (struct private_uuencode *)f->data; in archive_filter_uuencode_free() local
HDarchive_write_add_filter_b64encode.c85 struct private_b64encode *state; in archive_write_add_filter_b64encode() local
118 struct private_b64encode *state = (struct private_b64encode *)f->data; in archive_filter_b64encode_options() local
150 struct private_b64encode *state = (struct private_b64encode *)f->data; in archive_filter_b64encode_open() local
223 struct private_b64encode *state = (struct private_b64encode *)f->data; in archive_filter_b64encode_write() local
268 struct private_b64encode *state = (struct private_b64encode *)f->data; in archive_filter_b64encode_close() local
288 struct private_b64encode *state = (struct private_b64encode *)f->data; in archive_filter_b64encode_free() local
/NextBSD/tools/tools/netrate/httpd/
HDhttpd.c78 static struct state { struct
79 struct httpd_thread_statep { argument
89 } *statep; argument
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDState.cpp21 lldb_private::StateAsCString (StateType state) in StateAsCString()
68 lldb_private::StateIsRunningState (StateType state) in StateIsRunningState()
92 lldb_private::StateIsStoppedState (StateType state, bool must_exist) in StateIsStoppedState()
/NextBSD/sys/contrib/octeon-sdk/
HDcvmx-mgmt-port.c201 cvmx_mgmt_port_state_t *state = cvmx_mgmt_port_state_ptr + port; in cvmx_mgmt_port_initialize() local
451 cvmx_mgmt_port_state_t *state; in cvmx_mgmt_port_enable() local
500 cvmx_mgmt_port_state_t *state; in cvmx_mgmt_port_disable() local
531 cvmx_mgmt_port_state_t *state; in cvmx_mgmt_port_send() local
591 cvmx_mgmt_port_state_t *state; in cvmx_mgmt_port_sendm() local
648 cvmx_mgmt_port_state_t *state; in cvmx_mgmt_port_receive() local
765 cvmx_mgmt_port_state_t *state; in cvmx_mgmt_port_set_mac() local
821 cvmx_mgmt_port_state_t *state; in cvmx_mgmt_port_set_multicast_list() local
869 cvmx_mgmt_port_state_t *state; in cvmx_mgmt_port_set_max_packet_size() local
894 cvmx_mgmt_port_state_t *state; in cvmx_mgmt_port_link_get() local
[all …]
/NextBSD/contrib/wpa/src/utils/
HDstate_machine.h32 #define SM_STATE(machine, state) \ argument
46 #define SM_ENTRY(machine, state) \ argument
101 #define SM_ENTER(machine, state) \ argument
114 #define SM_ENTER_GLOBAL(machine, state) \ argument
/NextBSD/sys/dev/kbdmux/
HDkbdmux.c172 kbdmux_kbd_putc(kbdmux_state_t *state, char c) in kbdmux_kbd_putc()
185 kbdmux_kbd_getc(kbdmux_state_t *state) in kbdmux_kbd_getc()
206 kbdmux_state_t *state = (kbdmux_state_t *) kbd->kb_data; in kbdmux_kbd_intr() local
224 kbdmux_state_t *state = (kbdmux_state_t *) xstate; in kbdmux_kbd_intr_timo() local
251 kbdmux_state_t *state = (kbdmux_state_t *) arg; in kbdmux_kbd_event() local
394 kbdmux_state_t *state = NULL; in kbdmux_init() local
501 kbdmux_state_t *state = (kbdmux_state_t *) kbd->kb_data; in kbdmux_term() local
597 kbdmux_state_t *state = (kbdmux_state_t *) kbd->kb_data; in kbdmux_read() local
616 kbdmux_state_t *state = (kbdmux_state_t *) kbd->kb_data; in kbdmux_check() local
635 kbdmux_state_t *state = (kbdmux_state_t *) kbd->kb_data; in kbdmux_read_char() local
[all …]
/NextBSD/sys/dev/vkbd/
HDvkbd.c202 vkbd_state_t *state = (vkbd_state_t *) dev->si_drv1; in vkbd_dev_open() local
251 vkbd_state_t *state = NULL; in vkbd_dev_close() local
294 vkbd_state_t *state = NULL; in vkbd_dev_read() local
354 vkbd_state_t *state = NULL; in vkbd_dev_write() local
443 vkbd_state_t *state = (vkbd_state_t *) dev->si_drv1; in vkbd_dev_poll() local
478 vkbd_state_t *state = (vkbd_state_t *) kbd->kb_data; in vkbd_dev_intr() local
492 vkbd_status_changed(vkbd_state_t *state) in vkbd_status_changed()
505 vkbd_data_ready(vkbd_state_t *state) in vkbd_data_ready()
514 vkbd_data_read(vkbd_state_t *state, int wait) in vkbd_data_read()
608 vkbd_state_t *state = NULL; in vkbd_init() local
[all …]
/NextBSD/contrib/flex/
HDtblcmp.c81 void bldtbl (state, statenum, totaltrans, comstate, comfreq) in bldtbl() argument
327 int find_table_space (state, numtrans) in find_table_space() argument
503 void mkentry (state, numchars, statenum, deflink, totaltrans) in mkentry() argument
619 void mk1tbl (state, sym, onenxt, onedef) in mk1tbl() argument
645 void mkprot (state, statenum, comstate) in mkprot() argument
683 void mktemplate (state, statenum, comstate) in mktemplate() argument
762 void place_state (state, statenum, transnum) in place_state() argument
835 int tbldiff (state, pr, ext) in tbldiff() argument

12345678910>>...51