Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

lex.yy.c File Reference

#include <stdio.h>
#include <unistd.h>
#include "dprint.h"
#include "globals.h"
#include "mem/mem.h"
#include <string.h>
#include <stdlib.h>
#include "ip_addr.h"
#include "usr_avp.h"
#include "select.h"
#include "cfg.tab.h"

Go to the source code of this file.

Data Structures

struct  yy_buffer_state
struct  str_buf

Defines

#define FLEX_SCANNER
#define YY_FLEX_MAJOR_VERSION   2
#define YY_FLEX_MINOR_VERSION   5
#define yyconst
#define YY_PROTO(proto)   ()
#define YY_NULL   0
#define YY_SC_TO_UI(c)   ((unsigned int) (unsigned char) c)
#define BEGIN   yy_start = 1 + 2 *
#define YY_START   ((yy_start - 1) / 2)
#define YYSTATE   YY_START
#define YY_STATE_EOF(state)   (YY_END_OF_BUFFER + state + 1)
#define YY_NEW_FILE   yyrestart( yyin )
#define YY_END_OF_BUFFER_CHAR   0
#define YY_BUF_SIZE   16384
#define EOB_ACT_CONTINUE_SCAN   0
#define EOB_ACT_END_OF_FILE   1
#define EOB_ACT_LAST_MATCH   2
#define yyless(n)
#define unput(c)   yyunput( c, yytext_ptr )
#define YY_BUFFER_NEW   0
#define YY_BUFFER_NORMAL   1
#define YY_BUFFER_EOF_PENDING   2
#define YY_CURRENT_BUFFER   yy_current_buffer
#define YY_FLUSH_BUFFER   yy_flush_buffer( yy_current_buffer )
#define yy_new_buffer   yy_create_buffer
#define yy_set_interactive(is_interactive)
#define yy_set_bol(at_bol)
#define YY_AT_BOL()   (yy_current_buffer->yy_at_bol)
#define yytext_ptr   yytext
#define YY_DO_BEFORE_ACTION
#define YY_NUM_RULES   272
#define YY_END_OF_BUFFER   273
#define REJECT   reject_used_but_not_detected
#define yymore()   (yy_more_flag = 1)
#define YY_MORE_ADJ   yy_more_len
#define YY_RESTORE_YY_MORE_OFFSET
#define INITIAL   0
#define INITIAL_S   0
#define COMMENT_S   1
#define COMMENT_LN_S   2
#define STRING_S   3
#define ATTR_S   4
#define SELECT_S   5
#define STR_BUF_ALLOC_UNIT   128
#define STRING1   1
#define STRING2   2
#define COMMENT   3
#define COMMENT_LN   4
#define ATTR   5
#define SELECT   6
#define YY_NO_PUSH_STATE   1
#define YY_NO_POP_STATE   1
#define YY_NO_TOP_STATE   1
#define YY_READ_BUF_SIZE   8192
#define ECHO   (void) fwrite( yytext, yyleng, 1, yyout )
#define YY_INPUT(buf, result, max_size)
#define yyterminate()   return YY_NULL
#define YY_START_STACK_INCR   25
#define YY_FATAL_ERROR(msg)   yy_fatal_error( msg )
#define YY_DECL   int yylex YY_PROTO(( void ))
#define YY_BREAK   break;
#define YY_RULE_SETUP   YY_USER_ACTION
#define YY_EXIT_FAILURE   2
#define yyless(n)

Typedefs

typedef yy_buffer_stateYY_BUFFER_STATE
typedef unsigned int yy_size_t
typedef unsigned char YY_CHAR
typedef int yy_state_type

Functions

void yyrestart YY_PROTO ((FILE *input_file))
void yy_switch_to_buffer YY_PROTO ((YY_BUFFER_STATE new_buffer))
void yy_load_buffer_state YY_PROTO ((void))
YY_BUFFER_STATE yy_create_buffer YY_PROTO ((FILE *file, int size))
void yy_delete_buffer YY_PROTO ((YY_BUFFER_STATE b))
void yy_init_buffer YY_PROTO ((YY_BUFFER_STATE b, FILE *file))
YY_BUFFER_STATE yy_scan_buffer YY_PROTO ((char *base, yy_size_t size))
YY_BUFFER_STATE yy_scan_string YY_PROTO ((yyconst char *yy_str))
YY_BUFFER_STATE yy_scan_bytes YY_PROTO ((yyconst char *bytes, int len))
void *yy_flex_alloc YY_PROTO ((yy_size_t))
void *yy_flex_realloc YY_PROTO ((void *, yy_size_t))
void yy_flex_free YY_PROTO ((void *))
yy_state_type yy_try_NUL_trans YY_PROTO ((yy_state_type current_state))
void yy_fatal_error YY_PROTO ((yyconst char msg[]))
char * addchar (struct str_buf *, char)
char * addstr (struct str_buf *, char *, int)
void count ()
void yyunput YY_PROTO ((int c, char *buf_ptr))

Variables

int yyleng
FILE * yyin = (FILE *) 0 *yyout = (FILE *) 0
FILE * yyout
YY_BUFFER_STATE yy_current_buffer = 0
char yy_hold_char
int yy_n_chars
char * yy_c_buf_p = (char *) 0
int yy_init = 1
int yy_start = 0
int yy_did_buffer_switch_on_eof
char * yytext
yyconst short int yy_accept [1749]
yyconst int yy_ec [256]
yyconst int yy_meta [79]
yyconst short int yy_base [1844]
yyconst short int yy_def [1844]
yyconst short int yy_nxt [2541]
yyconst short int yy_chk [2541]
yy_state_type yy_last_accepting_state
char * yy_last_accepting_cpos
int yy_more_flag = 0
int yy_more_len = 0
int comment_nest = 0
int state = 0 old_state=0 old_initial=0
str_buf s_buf
int line = 1
int column = 1
int startcolumn = 1
register char * yy_bp
int size
FILE * file
int len


Define Documentation

#define ATTR   5
 

Definition at line 1645 of file lex.yy.c.

#define ATTR_S   4
 

Definition at line 1617 of file lex.yy.c.

#define BEGIN   yy_start = 1 + 2 *
 

Definition at line 79 of file lex.yy.c.

#define COMMENT   3
 

Definition at line 1643 of file lex.yy.c.

#define COMMENT_LN   4
 

Definition at line 1644 of file lex.yy.c.

#define COMMENT_LN_S   2
 

Definition at line 1615 of file lex.yy.c.

#define COMMENT_S   1
 

Definition at line 1614 of file lex.yy.c.

#define ECHO   (void) fwrite( yytext, yyleng, 1, yyout )
 

Definition at line 1742 of file lex.yy.c.

#define EOB_ACT_CONTINUE_SCAN   0
 

Definition at line 104 of file lex.yy.c.

#define EOB_ACT_END_OF_FILE   1
 

Definition at line 105 of file lex.yy.c.

#define EOB_ACT_LAST_MATCH   2
 

Definition at line 106 of file lex.yy.c.

#define FLEX_SCANNER
 

Definition at line 7 of file lex.yy.c.

#define INITIAL   0
 

Definition at line 1522 of file lex.yy.c.

Referenced by main().

#define INITIAL_S   0
 

Definition at line 1613 of file lex.yy.c.

#define REJECT   reject_used_but_not_detected
 

Definition at line 1514 of file lex.yy.c.

#define SELECT   6
 

Definition at line 1646 of file lex.yy.c.

#define SELECT_S   5
 

Definition at line 1618 of file lex.yy.c.

#define STR_BUF_ALLOC_UNIT   128
 

Definition at line 1620 of file lex.yy.c.

#define STRING1   1
 

Definition at line 1641 of file lex.yy.c.

#define STRING2   2
 

Definition at line 1642 of file lex.yy.c.

#define STRING_S   3
 

Definition at line 1616 of file lex.yy.c.

#define unput  )     yyunput( c, yytext_ptr )
 

Definition at line 135 of file lex.yy.c.

 
#define YY_AT_BOL  )     (yy_current_buffer->yy_at_bol)
 

Definition at line 262 of file lex.yy.c.

#define YY_BREAK   break;
 

Definition at line 1801 of file lex.yy.c.

#define YY_BUF_SIZE   16384
 

Definition at line 97 of file lex.yy.c.

#define YY_BUFFER_EOF_PENDING   2
 

Definition at line 198 of file lex.yy.c.

#define YY_BUFFER_NEW   0
 

Definition at line 186 of file lex.yy.c.

#define YY_BUFFER_NORMAL   1
 

Definition at line 187 of file lex.yy.c.

#define YY_CURRENT_BUFFER   yy_current_buffer
 

Definition at line 207 of file lex.yy.c.

#define YY_DECL   int yylex YY_PROTO(( void ))
 

Definition at line 1789 of file lex.yy.c.

#define YY_DO_BEFORE_ACTION
 

Value:

yytext_ptr = yy_bp; \
        yytext_ptr -= yy_more_len; \
        yyleng = (int) (yy_cp - yytext_ptr); \
        yy_hold_char = *yy_cp; \
        *yy_cp = '\0'; \
        yy_c_buf_p = yy_cp;

Definition at line 278 of file lex.yy.c.

#define YY_END_OF_BUFFER   273
 

Definition at line 287 of file lex.yy.c.

#define YY_END_OF_BUFFER_CHAR   0
 

Definition at line 94 of file lex.yy.c.

#define YY_EXIT_FAILURE   2
 

#define YY_FATAL_ERROR msg   )     yy_fatal_error( msg )
 

Definition at line 1782 of file lex.yy.c.

#define YY_FLEX_MAJOR_VERSION   2
 

Definition at line 8 of file lex.yy.c.

#define YY_FLEX_MINOR_VERSION   5
 

Definition at line 9 of file lex.yy.c.

#define YY_FLUSH_BUFFER   yy_flush_buffer( yy_current_buffer )
 

Definition at line 236 of file lex.yy.c.

#define YY_INPUT buf,
result,
max_size   ) 
 

Value:

if ( yy_current_buffer->yy_is_interactive ) \
                { \
                int c = '*', n; \
                for ( n = 0; n < max_size && \
                             (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
                        buf[n] = (char) c; \
                if ( c == '\n' ) \
                        buf[n++] = (char) c; \
                if ( c == EOF && ferror( yyin ) ) \
                        YY_FATAL_ERROR( "input in flex scanner failed" ); \
                result = n; \
                } \
        else if ( ((result = fread( buf, 1, max_size, yyin )) == 0) \
                  && ferror( yyin ) ) \
                YY_FATAL_ERROR( "input in flex scanner failed" );

Definition at line 1749 of file lex.yy.c.

#define YY_MORE_ADJ   yy_more_len
 

Definition at line 1518 of file lex.yy.c.

#define yy_new_buffer   yy_create_buffer
 

Definition at line 246 of file lex.yy.c.

#define YY_NEW_FILE   yyrestart( yyin )
 

Definition at line 92 of file lex.yy.c.

#define YY_NO_POP_STATE   1
 

Definition at line 1712 of file lex.yy.c.

#define YY_NO_PUSH_STATE   1
 

Definition at line 1711 of file lex.yy.c.

#define YY_NO_TOP_STATE   1
 

Definition at line 1713 of file lex.yy.c.

#define YY_NULL   0
 

Definition at line 66 of file lex.yy.c.

#define YY_NUM_RULES   272
 

Definition at line 286 of file lex.yy.c.

#define YY_PROTO proto   )     ()
 

Definition at line 62 of file lex.yy.c.

#define YY_READ_BUF_SIZE   8192
 

Definition at line 1733 of file lex.yy.c.

#define YY_RESTORE_YY_MORE_OFFSET
 

Definition at line 1519 of file lex.yy.c.

#define YY_RULE_SETUP   YY_USER_ACTION
 

Definition at line 1804 of file lex.yy.c.

#define YY_SC_TO_UI  )     ((unsigned int) (unsigned char) c)
 

Definition at line 73 of file lex.yy.c.

#define yy_set_bol at_bol   ) 
 

Value:

{ \
        if ( ! yy_current_buffer ) \
                yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
        yy_current_buffer->yy_at_bol = at_bol; \
        }

Definition at line 255 of file lex.yy.c.

#define yy_set_interactive is_interactive   ) 
 

Value:

{ \
        if ( ! yy_current_buffer ) \
                yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
        yy_current_buffer->yy_is_interactive = is_interactive; \
        }

Definition at line 248 of file lex.yy.c.

#define YY_START   ((yy_start - 1) / 2)
 

Definition at line 85 of file lex.yy.c.

#define YY_START_STACK_INCR   25
 

Definition at line 1777 of file lex.yy.c.

#define YY_STATE_EOF state   )     (YY_END_OF_BUFFER + state + 1)
 

Definition at line 89 of file lex.yy.c.

#define yyconst
 

Definition at line 55 of file lex.yy.c.

#define yyless  ) 
 

Value:

do \
                { \
                /* Undo effects of setting up yytext. */ \
                yytext[yyleng] = yy_hold_char; \
                yy_c_buf_p = yytext + n; \
                yy_hold_char = *yy_c_buf_p; \
                *yy_c_buf_p = '\0'; \
                yyleng = n; \
                } \
        while ( 0 )

Definition at line 124 of file lex.yy.c.

#define yyless  ) 
 

Value:

do \
                { \
                /* Undo effects of setting up yytext. */ \
                *yy_cp = yy_hold_char; \
                YY_RESTORE_YY_MORE_OFFSET \
                yy_c_buf_p = yy_cp = yy_bp + n - YY_MORE_ADJ; \
                YY_DO_BEFORE_ACTION; /* set up yytext again */ \
                } \
        while ( 0 )

Definition at line 124 of file lex.yy.c.

 
#define yymore  )     (yy_more_flag = 1)
 

Definition at line 1517 of file lex.yy.c.

#define YYSTATE   YY_START
 

Definition at line 86 of file lex.yy.c.

 
#define yyterminate  )     return YY_NULL
 

Definition at line 1772 of file lex.yy.c.

#define yytext_ptr   yytext
 

Definition at line 268 of file lex.yy.c.


Typedef Documentation

typedef struct yy_buffer_state* YY_BUFFER_STATE
 

Definition at line 99 of file lex.yy.c.

typedef unsigned char YY_CHAR
 

Definition at line 264 of file lex.yy.c.

typedef unsigned int yy_size_t
 

Definition at line 141 of file lex.yy.c.

typedef int yy_state_type
 

Definition at line 266 of file lex.yy.c.


Function Documentation

char* addchar struct str_buf ,
char 
[static]
 

char* addstr struct str_buf ,
char *  ,
int 
[static]
 

void count  )  [static]
 

void yyunput YY_PROTO (int c, char *buf_ptr)   )  [static]
 

void yy_fatal_error YY_PROTO (yyconst char msg[])   )  [static]
 

yy_state_type yy_try_NUL_trans YY_PROTO (yy_state_type current_state)   )  [static]
 

void yy_flex_free YY_PROTO (void *)   )  [static]
 

void* yy_flex_realloc YY_PROTO (void *, yy_size_t  )  [static]
 

void* yy_flex_alloc YY_PROTO (yy_size_t  )  [static]
 

YY_BUFFER_STATE yy_scan_bytes YY_PROTO (yyconst char *bytes, int len  ) 
 

YY_BUFFER_STATE yy_scan_string YY_PROTO (yyconst char *yy_str)   ) 
 

YY_BUFFER_STATE yy_scan_buffer YY_PROTO (char *base, yy_size_t size  ) 
 

void yy_init_buffer YY_PROTO (YY_BUFFER_STATE b, FILE *file  ) 
 

void yy_flush_buffer YY_PROTO (YY_BUFFER_STATE b)   ) 
 

YY_BUFFER_STATE yy_create_buffer YY_PROTO (FILE *file, int size  ) 
 

int input YY_PROTO (void  ) 
 

void yy_switch_to_buffer YY_PROTO (YY_BUFFER_STATE new_buffer)   ) 
 

void yyrestart YY_PROTO (FILE *input_file)   ) 
 


Variable Documentation

int column = 1
 

Definition at line 1632 of file lex.yy.c.

Referenced by warn(), and yyerror().

int comment_nest = 0 [static]
 

Definition at line 1628 of file lex.yy.c.

FILE* file
 

Definition at line 3987 of file lex.yy.c.

Referenced by _lock(), _set_fr_retr(), _unlock(), checkAsymmetricFile(), cpl_aux_process(), dyn_create_f(), dyn_destroy_f(), dyn_lock_f(), get_abs_pathname(), locking_f(), parse_config_file(), qm_free(), qm_malloc(), qm_realloc(), rpc_dump_file(), send_pr_buffer(), split_frag(), str_dup_dbg(), timer_add_safe(), timer_del_safe(), trim_filename(), write_log(), write_to_file(), xode_from_file(), and xode_to_file().

int len
 

Definition at line 4100 of file lex.yy.c.

Referenced by _reply(), _reply_light(), _resolvehost(), _test_insert_to_reply(), _xode_expat_charData(), _xode_stream_charData(), add_alias(), add_lump_rpl(), add_lump_rpl2(), add_maxfwd_header(), add_subs_state_hf(), add_uac(), anchor_lump(), ap_snprintf(), ap_vsnprintf(), append2buf(), append_hf(), append_hf_helper(), append_pkt_body(), append_time_f(), append_var(), ask_auth_rules(), assemble_via(), assign_hf_do_lumping(), authorize_message(), bdb_field_db2bdb(), bdb_push_res_row(), bdb_row_match(), bdb_sfield_db2bdb(), bdb_ufield_db2bdb(), bind_values(), binrpc_add_str_type(), binrpc_addfault(), binrpc_parse_init(), binrpc_read_int(), binrpc_read_record(), binrpc_read_struct(), binrpc_write_int(), body_get_len(), branch_builder(), build_all(), build_authorization_hdr(), build_body(), build_contact(), build_dlg_ack(), build_local(), build_local_reparse(), build_only_headers(), build_req_buf_from_sip_req(), build_res_buf_from_sip_req(), build_res_buf_from_sip_res(), build_uac_req(), calc_bin_nonce_md5(), calc_buf_len(), calc_hash(), calc_nonce(), calculate_routeset_length(), cancel_branch(), cfg_declare_str(), cfg_lookup_group(), cfg_lookup_token(), check_refer_to(), check_register(), check_routing(), check_validity(), check_via_address(), clen_builder(), compile_logs(), compose_hdr(), compute_hash(), connect_unix_sock(), consume_credentials(), consume_request(), conv_10(), conv_fp(), conv_p2(), convert_row(), convert_val(), cpl_aux_process(), crcitt_string(), crcitt_string_array(), crcitt_string_ex(), create_avp(), create_presentity_info(), create_raw_presence_info(), create_rcv_uri(), create_via_hf(), create_winfo(), curlmem_cb(), db_double2ldap_str(), db_float2ldap_str(), db_int2ldap_str(), db_load_vs(), db_load_vs_names(), db_read_tuples(), db_uint2ldap_int(), db_uri(), decode_mail_url(), del_lump(), dns_cname_parser(), dns_naptr_parser(), dns_srv_parser(), do_action(), do_duplicate_rr(), do_parse_rr_body(), dstr_append(), dstr_put_pres_uri(), e2e_cancel_branch(), eat_line(), eval_remove_func(), eval_stack_func_func(), eval_xlstr(), extract_mediainfo(), extract_mediaip(), extract_rtcp(), fill_rand(), find_action_by_name(), find_handle_by_name(), find_register(), findchr(), findendline(), fix_actions(), fix_expr(), fix_flag(), fix_nated_contact_f(), fix_socket_list(), FixContact(), fixup_write_avp(), flag_search(), flat_put(), force_rtp_proxy(), forward_reply(), forward_request(), gen_cmd_name(), generate_queries(), get_abs_pathname(), get_all_ucontacts(), get_base_name(), get_body(), get_body_part(), get_contact_hdr(), get_dlg_uri(), get_flag_entry(), get_flag_no(), get_hash1_case_raw(), get_hash1_case_raw2(), get_hash1_raw(), get_hash1_raw2(), get_inline_xcap_buf_len(), get_multipart_body(), get_out_socket(), get_plain_uri(), getTokens(), grep_aliases(), hash(), hash_dlg_id(), hostent_cpy(), http_xmlrpc2sip(), id_builder(), init_sl_stats_child(), init_unix_sock(), init_unixsock_socket(), insert_header_lump(), insert_value_lump(), int2str(), int2str_base(), int2str_base_0pad(), int2str_internal(), ip4tosbuf(), ip_addr2a(), ip_addr2sbuf(), ip_tree_mask_to_str(), ipmatch_onsend(), load_module(), log_request(), m_extract_content_type(), main(), MD5_memcpy(), MD5_memset(), MDStringArray(), modem_process(), msg_lump_cloner(), msg_send(), new_im_entry(), new_presence_tuple(), next_branch(), out_msgbody_proc(), pa_qsa_interface_init(), parse_arg(), parse_check_value(), parse_first_line(), parse_intstr_value(), parse_listen_id(), parse_msg(), parse_naptr_regexp(), parse_proto(), parse_rr_body(), parse_uri(), patch_content_length(), pdt_compute_hash(), pdt_get_domain(), pdt_print_node(), pdt_print_tree(), pg_inet2db_int(), pg_pg2fld(), presence_notification_cb(), print_content_length(), print_cseq_num(), print_dset(), print_uac_request(), push_on_network(), q2str(), read_line(), readall(), receive_msg(), received_builder(), register_flag(), relative2absolute_uri(), replace(), replace_len(), replace_str(), request_hf_helper(), reverse_hex2int(), rls_db_remove(), rls_db_update(), route_get(), route_lookup(), rpc_fault(), rpc_printf(), rpc_struct_printf(), rport_builder(), rr_get_avp_cookies(), rr_set_avp_cookies(), rsa_sha1_enc(), save_ruri(), sb_add(), sb_add_esc(), sdp_mangle_ip(), sdp_mangle_port(), search_tw_append(), sel_get_field(), sel_rewrite_contact(), select_branch_uri(), select_sdp_line(), send_pr_buffer(), send_reply(), send_rtpp_command(), sendMediaproxyCommand(), serialize_avp(), serialize_avps(), set_mod_param_regex(), shm_asciiz_dup(), shoot(), sip_match(), sip_msg_cloner(), sip_ping_builder(), sl_send_reply(), split_text(), sstream_get_str(), sstream_get_str_ex(), sstream_put(), str2proto(), str2s(), str_dup_zt(), str_hash_get(), strcasefind(), strfind(), string2hex(), strx_printv(), subst_str(), subst_uri_f(), swapchars(), t_retransmit_reply(), tls_h_blocking_write(), tls_h_nonblocking_write(), tls_list(), tls_write(), trim(), tsend_dgram(), tsend_stream(), udp_rcv_loop(), udp_send(), uread(), UseMediaProxy(), ushort2sbuf(), ushort2str(), uwrite(), via_builder(), write_to_unixsock(), xj_manage_jab(), xl_get_branches(), xl_print_log(), xl_printstr(), xode_from_file(), xode_from_str(), xode_from_strx(), xode_spool_add(), xode_stream_eat(), and zt_strdup().

int line = 1
 

Definition at line 1631 of file lex.yy.c.

Referenced by _lock(), _set_fr_retr(), _unlock(), checkAsymmetricFile(), checkerr(), die_if_fault_occurred_line(), ds_load_list(), dyn_create_f(), dyn_destroy_f(), dyn_lock_f(), locking_f(), main(), new_struct(), next_sdp_line(), parse_config_file(), parse_config_line(), parse_line(), parse_sdp_content(), qm_free(), qm_malloc(), qm_realloc(), rpc_scan(), select_sdp_line(), send_pr_buffer(), split_frag(), str_dup_dbg(), timer_add_safe(), timer_del_safe(), warn(), and yyerror().

struct str_buf s_buf [static]
 

Definition at line 1630 of file lex.yy.c.

yy_size_t size
 

Definition at line 4268 of file lex.yy.c.

Referenced by _xode_pool_heap(), add_interfaces(), allocate_buffer(), append_pkt_body(), binrpc_add_int_type(), binrpc_add_str_mark(), binrpc_add_str_type(), binrpc_get_int_len(), binrpc_send_command(), binrpc_write_int(), branch_builder(), build_req_buf_from_sip_req(), cfg_commit(), cfg_declare(), cfg_set_delayed(), cfg_shmize(), checkAsymmetricFile(), concat(), create_notify_cb_param(), create_pa_extension_element(), create_pres_note(), curlmem_cb(), define_params(), dstr_append(), get_record(), getTokens(), ht_init(), id_builder(), init_ip_tree(), init_lock_set(), init_synonym_id(), init_tm_stats_child(), int2reverse_hex(), ls_ifs(), map_int_param_type_and_size_to_ext(), new_presence_tuple(), new_presentity_no_wb(), new_watcher_no_wb(), parse_content_length(), parse_fmt(), passwd_cb(), pg_bit2db_int(), pg_int2_2_db_cstr(), pg_int2_2_db_str(), pg_int4_2_db_cstr(), pg_int4_2_db_str(), print_fault(), process_lumps(), process_rpc_req(), qm_check(), qm_find_free(), qm_free(), qm_malloc(), qm_malloc_init(), qm_realloc(), replace(), replace_build(), select_uri_hostport(), ser_malloc(), ser_realloc(), shm_malloc_hook(), shm_realloc_hook(), sip_ping_builder(), split_frag(), str_hash_alloc(), subst_str(), write_data_func(), xj_jcon_pool_init(), xj_wlist_init(), xode_insert_cdata(), xode_pool_malloc(), xode_pool_malloco(), and xode_pool_mallocx().

int startcolumn = 1
 

Definition at line 1633 of file lex.yy.c.

Referenced by warn(), and yyerror().

int state = 0 old_state=0 old_initial=0 [static]
 

Definition at line 1629 of file lex.yy.c.

yyconst short int yy_accept[1749] [static]
 

Definition at line 288 of file lex.yy.c.

yyconst short int yy_base[1844] [static]
 

Definition at line 528 of file lex.yy.c.

register char* yy_bp
 

Definition at line 3759 of file lex.yy.c.

char* yy_c_buf_p = (char *) 0 [static]
 

Definition at line 219 of file lex.yy.c.

yyconst short int yy_chk[2541] [static]
 

Definition at line 1225 of file lex.yy.c.

YY_BUFFER_STATE yy_current_buffer = 0 [static]
 

Definition at line 201 of file lex.yy.c.

yyconst short int yy_def[1844] [static]
 

Definition at line 735 of file lex.yy.c.

int yy_did_buffer_switch_on_eof [static]
 

Definition at line 226 of file lex.yy.c.

yyconst int yy_ec[256] [static]
 

Definition at line 484 of file lex.yy.c.

char yy_hold_char [static]
 

Definition at line 211 of file lex.yy.c.

int yy_init = 1 [static]
 

Definition at line 220 of file lex.yy.c.

char* yy_last_accepting_cpos [static]
 

Definition at line 1509 of file lex.yy.c.

yy_state_type yy_last_accepting_state [static]
 

Definition at line 1508 of file lex.yy.c.

yyconst int yy_meta[79] [static]
 

Initial value:

    {   0,
        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
        1,    1,    1,    1,    1,    1,    1,    1,    2,    2,
        2,    2,    2,    2,    2,    2,    3,    1,    1,    1,
        1,    1,    1,    2,    2,    2,    2,    4,    4,    4,
        4,    4,    4,    4,    4,    4,    1,    1,    1,    4,
        2,    2,    2,    2,    2,    2,    4,    4,    4,    4,
        4,    4,    4,    4,    4,    4,    4,    4,    4,    4,
        4,    4,    4,    4,    1,    1,    1,    1
    }

Definition at line 516 of file lex.yy.c.

int yy_more_flag = 0 [static]
 

Definition at line 1515 of file lex.yy.c.

int yy_more_len = 0 [static]
 

Definition at line 1516 of file lex.yy.c.

int yy_n_chars [static]
 

Definition at line 213 of file lex.yy.c.

yyconst short int yy_nxt[2541] [static]
 

Definition at line 942 of file lex.yy.c.

int yy_start = 0 [static]
 

Definition at line 221 of file lex.yy.c.

FILE * yyin = (FILE *) 0 *yyout = (FILE *) 0
 

Definition at line 265 of file lex.yy.c.

Referenced by main().

int yyleng
 

Definition at line 216 of file lex.yy.c.

FILE * yyout
 

char * yytext
 

Definition at line 1520 of file lex.yy.c.


Generated on Thu Jul 29 04:15:54 2010 for SIPExpressRouter by  doxygen 1.3.9.1