Searched refs:zparser_ttl2int (Results 1 – 4 of 4) sorted by relevance
119 uint32_t zparser_ttl2int(const char *ttlstr, int* error);
152 parser->default_ttl = zparser_ttl2int($3.str, &(parser->error_occurred));
1573 zparser_ttl2int(const char *ttlstr, int* error) in zparser_ttl2int() function
1936 parser->default_ttl = zparser_ttl2int((yyvsp[-1].data).str, &(parser->error_occurred)); in yyparse()