Searched defs:str (Results 1 – 15 of 15) sorted by relevance
| /mOS-networking-stack/util/ |
| H A D | tdate_parse.c | 52 pound_case( char* str ) in pound_case() 71 strlong_search( char* str, struct strlong* tab, int n, long* lP ) in strlong_search() 198 httpdate_to_timet( const char* str ) in httpdate_to_timet() 348 timet_to_httpdate(time_t t, char* str, int strlen ) in timet_to_httpdate()
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | mod_ssi_expr.h | 9 buffer *str; member
|
| H A D | mod_secure_download.c | 133 static int is_hex_len(const char *str, size_t len) { in is_hex_len()
|
| H A D | array.c | 181 int array_insert_unique(array *a, data_unset *str) { in array_insert_unique()
|
| H A D | mod_extforward.c | 223 static void put_string_into_array_len(array *ary, const char *str, int len) in put_string_into_array_len()
|
| H A D | stat_cache.c | 228 static uint32_t hashme(buffer *str) { in hashme()
|
| H A D | mod_accesslog.c | 159 static void accesslog_append_escaped(buffer *dest, buffer *str) { in accesslog_append_escaped()
|
| H A D | buffer.c | 500 buffer *buffer_init_string(const char *str) { in buffer_init_string()
|
| H A D | base.h | 485 buffer *str; /* a buffer for the string represenation */ member
|
| H A D | lemon.c | 2885 PRIVATE void tplt_print(out,lemp,str,strln,lineno) in tplt_print() argument
|
| /mOS-networking-stack/core/src/bpf/ |
| H A D | sf_nametoaddr.c | 268 int pcap_nametoproto(const char *str) in pcap_nametoproto()
|
| H A D | sf_grammar.c | 209 str2tok(const char *str, const struct tok *toks) in str2tok()
|
| /mOS-networking-stack/core/src/include/ |
| H A D | tcp_stream.h | 19 #define HAS_STREAM_TYPE(str, type) (str->stream_type & (1 << type)) argument 20 #define IS_STREAM_TYPE(str, type) (str->stream_type == (1 << type)) argument
|
| /mOS-networking-stack/core/src/ |
| H A D | util.c | 157 StrToArgs(char *str, int *argc, char **argv, int max_argc) in StrToArgs()
|
| H A D | config.c | 1126 char *word, *str, *end; in PatchCONFIG() local
|