Changeset 2769 for trunk/src/kmk/variable.h
- Timestamp:
- Feb 1, 2015, 1:44:30 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/variable.h
r2768 r2769 244 244 #endif /* CONFIG_WITH_VALUE_LENGTH */ 245 245 void install_variable_buffer (char **bufp, unsigned int *lenp); 246 char *install_variable_buffer_with_hint (char **bufp, unsigned int *lenp, unsigned int size_hint); 246 247 void restore_variable_buffer (char *buf, unsigned int len); 248 char *ensure_variable_buffer_space(char *ptr, unsigned int size); 247 249 #ifdef CONFIG_WITH_VALUE_LENGTH 248 250 void append_expanded_string_to_variable (struct variable *v, const char *value, … … 325 327 unsigned int *value_lenp); 326 328 #define recursively_expand(v) recursively_expand_for_file (v, NULL, NULL) 329 #endif 330 #ifdef CONFIG_WITH_COMPILER 331 char *reference_recursive_variable (char *o, struct variable *v); 327 332 #endif 328 333 … … 369 374 struct variable *lookup_variable_in_set (const char *name, unsigned int length, 370 375 const struct variable_set *set); 376 #ifdef CONFIG_WITH_STRCACHE2 377 struct variable *lookup_variable_strcached (const char *name); 378 #endif 371 379 372 380 #ifdef CONFIG_WITH_VALUE_LENGTH
Note:
See TracChangeset
for help on using the changeset viewer.