Home
last modified time | relevance | path

Searched refs:entity_val (Results 1 – 7 of 7) sorted by relevance

/dports/games/quakeforge/quakeforge-0.7.2/tools/qfcc/source/
H A Dvalue.c66 int entity_val; member
149 new_entity_val (int entity_val) in new_entity_val() argument
154 val.v.entity_val = entity_val; in new_entity_val()
309 return imm1->i.entity_val == imm2->i.entity_val; in imm_compare()
H A Dexpr.c550 new_entity_expr (int entity_val) in new_entity_expr() argument
554 e->e.value = new_entity_val (entity_val); in new_entity_expr()
/dports/www/py-google-cloud-datastore/google-cloud-datastore-2.4.0/google/cloud/datastore/
H A Dhelpers.py356 entity_val = Entity(key=None)
357 entity_val.update(val)
358 name, value = "entity", entity_val
/dports/security/clamav/clamav-0.104.2/libclamav/
H A Dhtmlnorm.c665 unsigned char entity_val[HTML_STR_LENGTH + 1]; in cli_html_normalise() local
683 memset(entity_val, 0, sizeof(entity_val)); in cli_html_normalise()
1378 entity_val[entity_val_length] = '\0'; in cli_html_normalise()
1379 normalized = entity_norm(&conv, entity_val); in cli_html_normalise()
1394 const char c = tolower(entity_val[i]); in cli_html_normalise()
1410 entity_val[entity_val_length++] = *ptr++; in cli_html_normalise()
1419 const char c = tolower(entity_val[i]); in cli_html_normalise()
1814 entity_val[entity_val_length] = '\0'; in cli_html_normalise()
1815 normalized = entity_norm(&conv, entity_val); in cli_html_normalise()
1823 html_output_c(file_buff_o2, tolower(entity_val[i])); in cli_html_normalise()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/
H A Dhtmlnorm.c665 unsigned char entity_val[HTML_STR_LENGTH + 1]; in cli_html_normalise() local
683 memset(entity_val, 0, sizeof(entity_val)); in cli_html_normalise()
1378 entity_val[entity_val_length] = '\0'; in cli_html_normalise()
1379 normalized = entity_norm(&conv, entity_val); in cli_html_normalise()
1394 const char c = tolower(entity_val[i]); in cli_html_normalise()
1410 entity_val[entity_val_length++] = *ptr++; in cli_html_normalise()
1419 const char c = tolower(entity_val[i]); in cli_html_normalise()
1814 entity_val[entity_val_length] = '\0'; in cli_html_normalise()
1815 normalized = entity_norm(&conv, entity_val); in cli_html_normalise()
1823 html_output_c(file_buff_o2, tolower(entity_val[i])); in cli_html_normalise()
/dports/games/quakeforge/quakeforge-0.7.2/tools/qfcc/include/
H A Dvalue.h45 struct ex_value_s *new_entity_val (int entity_val);
H A Dexpr.h173 int entity_val; ///< entity constant member
406 expr_t *new_entity_expr (int entity_val);