Home
last modified time | relevance | path

Searched refs:map (Results 1 – 9 of 9) sorted by relevance

/mOS-networking-stack/core/src/
H A Devent_callback.c82 event_t map = evp->cb_map; in InitEvP() local
88 if (!map) in InitEvP()
178 new_evt->map |= ev; in RegCbWCpy()
181 cur_evt->map &= ~ev; in RegCbWCpy()
209 new_evt->map |= ev; in RegCbWCpy()
212 cur_evt->map &= ~ev; in RegCbWCpy()
233 cur_evt->map |= events; in RegCbWoCpy()
249 cur_evt->map |= ev; in RegCbWoCpy()
273 cur_evt->map |= ev; in RegCbWoCpy()
319 evt->map &= ~ev; in UnregCb()
[all …]
/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dbuffer.c770 const char *map = NULL; in buffer_append_string_encoded() local
782 map = encoded_chars_rel_uri; in buffer_append_string_encoded()
785 map = encoded_chars_rel_uri_part; in buffer_append_string_encoded()
788 map = encoded_chars_html; in buffer_append_string_encoded()
791 map = encoded_chars_minimal_xml; in buffer_append_string_encoded()
794 map = encoded_chars_hex; in buffer_append_string_encoded()
797 map = encoded_chars_http_header; in buffer_append_string_encoded()
803 assert(map != NULL); in buffer_append_string_encoded()
807 if (map[*ds]) { in buffer_append_string_encoded()
832 if (map[*ds]) { in buffer_append_string_encoded()
/mOS-networking-stack/core/src/include/
H A Devent_callback.h31 event_t map; /**< A bit is 1 if the corresponding `ent` is occupied member
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Dsimple-vhost.txt60 You can use symbolic links to map several hostnames to the same directory.
H A Dfastcgi.txt80 fastcgi.map-extensions
81 map multiple extensions to the same fastcgi server
85 fastcgi.map-extensions = ( ".php3" => ".php" )
H A Dconfiguration.txt140 # map all domains of a top-level-domain to a single document-root
/mOS-networking-stack/scripts/
H A Dconfigure2593 …*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o |…
2661 …*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o |…
2770 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A Dconfigure3878 …*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o |…
3904 …*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o |…
3972 …*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o |…
4081 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
H A DNEWS574 * added fastcgi.map-extensions to mod_fastcgi