Ignore:
Timestamp:
Nov 22, 2005 11:51:50 PM (18 years ago)
Author:
bennylp
Message:

More optimizations for msg parser etc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsip/sip_parser.h

    r76 r77  
    308308    pjsip_PASSWD_SPEC,          /**< Password. */ 
    309309    pjsip_USER_SPEC,            /**< User */ 
    310     pjsip_NEWLINE_OR_EOF_SPEC,  /**< For eating up header.*/ 
    311     pjsip_DISPLAY_SCAN_SPEC;    /**< Used when searching for display name. */ 
     310    pjsip_NOT_NEWLINE,          /**< For eating up header, basicly any chars 
     311                                     except newlines or zero. */ 
     312    pjsip_NOT_COMMA_OR_NEWLINE, /**< Array elements. */ 
     313    pjsip_DISPLAY_SPEC;         /**< Used when searching for display name. */ 
    312314 
    313315/* 
Note: See TracChangeset for help on using the changeset viewer.