Lines Matching refs:scan
202 * Scan over whitespace is constrained by "d_len"
243 * Scan over whitespace is constrained by "d_len"
311 * Scan over characters that name a value. These names may not end
423 * Scan off the xml element name, and the rest of the header, too.
430 * @returns the scan resumption point, or NULL on error
435 char const * scan = SPN_VALUE_NAME_CHARS(name + 1);
436 *nm_len = (size_t)(scan - name);
441 if (IS_WHITESPACE_CHAR(*scan)) {
445 scan = SPN_WHITESPACE_CHARS(scan);
446 scan = parse_attrs(NULL, scan, &option_load_mode, val);
447 if (scan == NULL)
451 if (! IS_END_XML_TOKEN_CHAR(*scan))
454 if (*scan == '/') {
458 if (*++scan != '>')
462 return scan+1;
515 char const * scan;
531 scan = val_str;
535 scan = find_end_xml(xml_name, nm_len, val_str, &v_len);
536 if (scan == NULL)
541 * "scan" now points to where the scan is to resume after returning.
572 char * pz = AGALOC(v_len+1, "h scan");
587 return scan;
684 * arg: + char const * + pzTxt + the text to scan +
738 * Scan until we hit a NUL.