Searched refs:validate (Results 26 - 50 of 135) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/src/router/shared/
H A Dbcmcvar.h43 void (*validate)(webs_t wp, char *value, struct variable *v, char *); member in struct:variable
103 #define NVRAM_IGNORE 0x08000000 /* Skip NVRAM processing ie no save to file or validate */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dbuffer_head_io.c181 int (*validate)(struct super_block *sb,
315 if (validate)
354 status = validate(sb, bh);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pcmcia/
H A Drsrc_nonstatic.c275 dev_dbg(&s->dev, "fake CIS is being used: can't validate mem\n");
284 if (s->callback->validate)
285 ret = s->callback->validate(s, count);
338 * do_validate_mem() - low level validate a memory region for PCMCIA use
339 * @s: PCMCIA socket to validate
342 * @validate: validation function to use
345 * into two parts. Both are passed to the @validate() function. If
346 * @validate() returns non-zero, or the value parameter to @validate()
352 int validate (struc
[all...]
H A Dcs_internal.h119 int (*validate) (struct pcmcia_socket *s, unsigned int *i); member in struct:pcmcia_callback
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dvalidatr.tex10 \item to validate data in a control, and show an appropriate error message;
32 <wx/validate.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Ddummy.c103 .validate = dummy_validate,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A DSAX2.c379 (((ctxt->validate) || (ctxt->loadsubset != 0)) &&
561 ((ctxt->validate) || (ctxt->replaceEntities)) &&
579 ctxt->validate = 0;
744 if ((attr != NULL) && (ctxt->validate) && (ctxt->wellFormed) &&
794 if (ctxt->validate && ctxt->wellFormed &&
844 if ((ctxt->validate) && (ctxt->wellFormed) &&
1020 if (ctxt->validate && ctxt->wellFormed &&
1165 if (nsret != NULL && ctxt->validate && ctxt->wellFormed &&
1228 if (nsret != NULL && ctxt->validate && ctxt->wellFormed &&
1295 if ((!ctxt->html) && ctxt->validate
[all...]
H A Dxmlreader.c119 xmlTextReaderValidate validate;/* is there any validation */ member in struct:_xmlTextReader
918 if ((reader->validate == XML_TEXTREADER_VALIDATE_DTD) &&
919 (reader->ctxt != NULL) && (reader->ctxt->validate == 1)) {
938 if ((reader->validate == XML_TEXTREADER_VALIDATE_RNG) &&
979 if ((reader->validate == XML_TEXTREADER_VALIDATE_DTD) &&
980 (reader->ctxt != NULL) && (reader->ctxt->validate == 1)) {
986 if ((reader->validate == XML_TEXTREADER_VALIDATE_RNG) &&
1009 if ((reader->validate == XML_TEXTREADER_VALIDATE_DTD) &&
1010 (reader->ctxt != NULL) && (reader->ctxt->validate == 1)) {
1029 if ((reader->validate
[all...]
H A Dcheck-xml-test-suite.py226 ctxt.validate(1)
262 ctxt.validate(1)
H A Dlegacy.c89 "validate",
177 if (!strcmp(name, "validate")) {
178 *((int *) result) = ctxt->validate;
286 if (!strcmp(name, "validate")) {
289 if ((!ctxt->validate) && (newvalidate != 0)) {
296 ctxt->validate = newvalidate;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DSAX2.c379 (((ctxt->validate) || (ctxt->loadsubset != 0)) &&
561 ((ctxt->validate) || (ctxt->replaceEntities)) &&
579 ctxt->validate = 0;
743 if ((attr != NULL) && (ctxt->validate) && (ctxt->wellFormed) &&
793 if (ctxt->validate && ctxt->wellFormed &&
843 if ((ctxt->validate) && (ctxt->wellFormed) &&
1013 if (ctxt->validate && ctxt->wellFormed &&
1152 if (nsret != NULL && ctxt->validate && ctxt->wellFormed &&
1215 if (nsret != NULL && ctxt->validate && ctxt->wellFormed &&
1282 if ((!ctxt->html) && ctxt->validate
[all...]
H A Dxmlreader.c98 xmlTextReaderValidate validate;/* is there any validation */ member in struct:_xmlTextReader
899 if ((reader->validate == XML_TEXTREADER_VALIDATE_DTD) &&
900 (reader->ctxt != NULL) && (reader->ctxt->validate == 1)) {
919 if ((reader->validate == XML_TEXTREADER_VALIDATE_RNG) &&
960 if ((reader->validate == XML_TEXTREADER_VALIDATE_DTD) &&
961 (reader->ctxt != NULL) && (reader->ctxt->validate == 1)) {
967 if ((reader->validate == XML_TEXTREADER_VALIDATE_RNG) &&
990 if ((reader->validate == XML_TEXTREADER_VALIDATE_DTD) &&
991 (reader->ctxt != NULL) && (reader->ctxt->validate == 1)) {
1010 if ((reader->validate
[all...]
H A Dlegacy.c89 "validate",
177 if (!strcmp(name, "validate")) {
178 *((int *) result) = ctxt->validate;
286 if (!strcmp(name, "validate")) {
289 if ((!ctxt->validate) && (newvalidate != 0)) {
296 ctxt->validate = newvalidate;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A DSAX2.c379 (((ctxt->validate) || (ctxt->loadsubset != 0)) &&
561 ((ctxt->validate) || (ctxt->replaceEntities)) &&
579 ctxt->validate = 0;
744 if ((attr != NULL) && (ctxt->validate) && (ctxt->wellFormed) &&
794 if (ctxt->validate && ctxt->wellFormed &&
844 if ((ctxt->validate) && (ctxt->wellFormed) &&
1020 if (ctxt->validate && ctxt->wellFormed &&
1165 if (nsret != NULL && ctxt->validate && ctxt->wellFormed &&
1228 if (nsret != NULL && ctxt->validate && ctxt->wellFormed &&
1295 if ((!ctxt->html) && ctxt->validate
[all...]
H A Dxmlreader.c119 xmlTextReaderValidate validate;/* is there any validation */ member in struct:_xmlTextReader
918 if ((reader->validate == XML_TEXTREADER_VALIDATE_DTD) &&
919 (reader->ctxt != NULL) && (reader->ctxt->validate == 1)) {
938 if ((reader->validate == XML_TEXTREADER_VALIDATE_RNG) &&
979 if ((reader->validate == XML_TEXTREADER_VALIDATE_DTD) &&
980 (reader->ctxt != NULL) && (reader->ctxt->validate == 1)) {
986 if ((reader->validate == XML_TEXTREADER_VALIDATE_RNG) &&
1009 if ((reader->validate == XML_TEXTREADER_VALIDATE_DTD) &&
1010 (reader->ctxt != NULL) && (reader->ctxt->validate == 1)) {
1029 if ((reader->validate
[all...]
H A Dcheck-xml-test-suite.py226 ctxt.validate(1)
262 ctxt.validate(1)
H A Dlegacy.c89 "validate",
177 if (!strcmp(name, "validate")) {
178 *((int *) result) = ctxt->validate;
286 if (!strcmp(name, "validate")) {
289 if ((!ctxt->validate) && (newvalidate != 0)) {
296 ctxt->validate = newvalidate;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A DSAX2.c379 (((ctxt->validate) || (ctxt->loadsubset != 0)) &&
561 ((ctxt->validate) || (ctxt->replaceEntities)) &&
579 ctxt->validate = 0;
743 if ((attr != NULL) && (ctxt->validate) && (ctxt->wellFormed) &&
793 if (ctxt->validate && ctxt->wellFormed &&
843 if ((ctxt->validate) && (ctxt->wellFormed) &&
1013 if (ctxt->validate && ctxt->wellFormed &&
1152 if (nsret != NULL && ctxt->validate && ctxt->wellFormed &&
1215 if (nsret != NULL && ctxt->validate && ctxt->wellFormed &&
1282 if ((!ctxt->html) && ctxt->validate
[all...]
H A Dxmlreader.c98 xmlTextReaderValidate validate;/* is there any validation */ member in struct:_xmlTextReader
899 if ((reader->validate == XML_TEXTREADER_VALIDATE_DTD) &&
900 (reader->ctxt != NULL) && (reader->ctxt->validate == 1)) {
919 if ((reader->validate == XML_TEXTREADER_VALIDATE_RNG) &&
960 if ((reader->validate == XML_TEXTREADER_VALIDATE_DTD) &&
961 (reader->ctxt != NULL) && (reader->ctxt->validate == 1)) {
967 if ((reader->validate == XML_TEXTREADER_VALIDATE_RNG) &&
990 if ((reader->validate == XML_TEXTREADER_VALIDATE_DTD) &&
991 (reader->ctxt != NULL) && (reader->ctxt->validate == 1)) {
1010 if ((reader->validate
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/include/asm/
H A Duaccess.h375 __copy_tofrom_user(void *to, const void *from, long len, const void __user *validate) argument
377 if (__access_ok((unsigned long)validate, len, get_fs()))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/
H A Dmakefile.bcc47 all: access animate artprov aui calendar caret checklst collpane config combo console controls dataview db dialogs dialup display dnd docview docvwmdi dragimag drawing dynamic erase event exec except font grid help htlbox html image internat ipc joytest keyboard layout listbox listctrl mdi mediaplayer menu minifram minimal mobile multimon nativdlg notebook oleauto opengl ownerdrw png popup printing propsize regtest render richtext rotate sashtest scroll scrollsub shaped sockets sound splash splitter statbar taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard
353 @echo cd validate >validate.bat
354 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>validate.bat
355 call validate.bat
356 @del validate.bat
828 validate:
829 @echo cd validate >validate.bat
830 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>validate
[all...]
H A Dmakefile.dmc22 all : access animate artprov aui calendar caret checklst collpane config combo console controls dataview db dialogs dialup display dnd docview docvwmdi dragimag drawing dynamic erase event exec except font grid help htlbox html image internat ipc joytest keyboard layout listbox listctrl mdi mediaplayer menu minifram minimal mobile multimon nativdlg notebook oleauto opengl ownerdrw png popup printing propsize regtest render richtext rotate sashtest scroll scrollsub shaped sockets sound splash splitter statbar taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard
328 @echo cd validate >validate.bat
329 @echo make -f makefile.dmc $(MAKEARGS) clean >>validate.bat
330 validate.bat
331 @del validate.bat
803 validate :
804 @echo cd validate >validate.bat
805 @echo make -f makefile.dmc $(MAKEARGS) all >>validate
[all...]
H A Dmakefile.gcc39 all: access animate artprov aui calendar caret checklst collpane config combo console controls dataview db dialogs dialup display dnd docview docvwmdi dragimag drawing dynamic erase event exec except font grid help htlbox html image internat ipc joytest keyboard layout listbox listctrl mdi mediaplayer menu minifram minimal mobile multimon nativdlg notebook oleauto opengl ownerdrw png popup printing propsize regtest render richtext rotate sashtest scroll scrollsub shaped sockets sound splash splitter statbar taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard
119 $(MAKE) -C validate -f makefile.gcc $(MAKEARGS) clean
351 validate:
352 $(MAKE) -C validate -f makefile.gcc $(MAKEARGS) all
376 typetest validate vscroll widgets wizard mfc memcheck
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A DMakefile94 dbus-marshal-recursive.h dbus-marshal-validate.c \
95 dbus-marshal-validate.h dbus-message.c dbus-message-internal.h \
134 libdbus_1_la-dbus-marshal-validate.lo \
186 dbus-marshal-validate.c dbus-marshal-validate.h dbus-message.c \
218 dbus-marshal-recursive-util.c dbus-marshal-validate-util.c \
239 libdbus_internal_la-dbus-marshal-validate.lo \
300 libdbus_internal_la-dbus-marshal-validate-util.lo \
682 dbus-marshal-validate.c \
683 dbus-marshal-validate
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_execbuf.c530 struct ttm_validate_buffer *validate; local
535 validate = &sw_context->val_bufs[reloc->index];
536 bo = validate->bo;

Completed in 385 milliseconds

123456