Lines Matching defs:parse
355 enum parse_e {START, TOK, ADDR, PORT, EOL} parse = START;
374 * Read portconf one buf[] at a time, parse one char at a time.
397 switch (parse) {
406 parse = TOK;
411 parse = EOL;
417 parse = EOL;
422 parse = EOL;
425 parse = ADDR;
428 parse = START;
431 parse = EOL;
441 parse = EOL;
444 parse = PORT;
451 parse = EOL;
465 parse = EOL;
476 /* End of parse, add entry */
479 parse = EOL;
482 parse = EOL;
487 parse = START;
494 parse = START;
508 * Open and read each line from "/etc/nca/ncakmod.conf" and parse looking
524 enum parse_e {START, TOK, EOL} parse = START;
540 * Read ncakmod one buf[] at a time, parse one char at a time.
563 switch (parse) {
567 parse = TOK;
572 parse = EOL;
578 parse = EOL;
589 parse = START;
592 parse = EOL;
599 parse = START;
611 * Open and read each line from "/etc/nca/ncalogd.conf" and parse for
636 enum parse_e {START, TOK, TEXT, EOL} parse = START;
663 * Read ncalogd.conf one buf[] at a time, parse one char at a time.
686 switch (parse) {
693 parse = TOK;
717 parse = EOL;
731 parse = TEXT;
733 parse = EOL;
736 parse = START;
739 parse = EOL;
762 parse = START;
767 parse = EOL;
775 parse = EOL;
791 parse = EOL;
799 parse = START;
855 * Open, read, and parse the NCA logd configuration file,
866 /* Open, read, and parse the NCA kmod configuration file */
871 * NL7C is enabled so open, read, and parse
884 * Here data is read from the socket until a completed L7 request parse
886 * which called accept(), when parse has been completed either B_TRUE
901 * the response data. In which case NL7C will parse the returned response
969 * enough fragments are collected for a successful parse).