Home
last modified time | relevance | path

Searched refs:token_s (Results 1 – 25 of 46) sorted by relevance

12

/dports/www/varnish6/varnish-cache-varnish-6.6.2/bin/varnishtest/
H A Dvtc.c353 memset(token_s, 0, sizeof token_s); in parse_string()
372 token_s[tn] = ++p; in parse_string()
394 token_s[tn] = p + 1; in parse_string()
406 token_s[tn] = p; in parse_string()
415 token_s[tn] = NULL; in parse_string()
423 token_s[tn] = VSB_data(token_exp); in parse_string()
437 if (!strcmp(token_s[0], "loop")) { in parse_string()
438 n = strtoul(token_s[1], NULL, 0); in parse_string()
448 if (!strcmp(token_s[0], cp->name)) in parse_string()
453 if (!strcmp(token_s[0], cp->name)) in parse_string()
[all …]
/dports/devel/cutils/cutils-1.6/src/yyextract/
H A Dyyextract.c68 struct token_s { struct
70 struct token_s *next; argument
76 static struct token_s *token_list_head = NULL;
77 static struct token_s *token_list_tail = NULL;
81 struct token_s *new; in add_token()
83 new = (struct token_s *)xmalloc(sizeof(struct token_s)); in add_token()
97 struct token_s *ptr; in is_token()
106 struct token_s *ptr = token_list_head, *next; in free_token_list()
120 struct token_s *ptr; in output_tokens()
149 struct token_s *ptr; in bnf_output_tokens()
/dports/devel/libdwarf/dwarf-20161124/dwarfdump/
H A Ddwconf.c46 struct token_s { struct
462 struct token_s tok; in ensure_has_no_more_tokens()
579 struct token_s tok; in which_command()
609 struct token_s tok; in parsebeginabi()
750 struct token_s tok; in parseframe_interface()
794 struct token_s tok; in parsecfa_reg()
830 struct token_s tok; in parseinitial_reg_value()
863 struct token_s tok; in parsesame_val_reg()
896 struct token_s tok; in parseundefined_val_reg()
933 struct token_s tok; in parsereg_table_size()
[all …]
/dports/devel/dwarfdump/dwarf-20161124/dwarfdump/
H A Ddwconf.c46 struct token_s { struct
462 struct token_s tok; in ensure_has_no_more_tokens()
579 struct token_s tok; in which_command()
609 struct token_s tok; in parsebeginabi()
750 struct token_s tok; in parseframe_interface()
794 struct token_s tok; in parsecfa_reg()
830 struct token_s tok; in parseinitial_reg_value()
863 struct token_s tok; in parsesame_val_reg()
896 struct token_s tok; in parseundefined_val_reg()
933 struct token_s tok; in parsereg_table_size()
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/cyberark/conjur-api-go/conjurapi/authn/
H A Dauth_token_test.go14token_s := `{"protected":"eyJhbGciOiJjb25qdXIub3JnL3Nsb3NpbG8vdjIiLCJraWQiOiI5M2VjNTEwODRmZTM3Zjc3…
20 token, err := NewToken([]byte(token_s))
28 token, err := NewToken([]byte(token_s))
31 So(string(token.Raw()), ShouldEqual, token_s)
/dports/mail/qsf/qsf-1.2.7/src/spam/
H A Dspami.h27 struct token_s;
28 typedef struct token_s *token_t;
53 struct token_s { /* structure describing an email token */ struct
/dports/devel/frink/frink-2.2.2/
H A Dtoken.h49 typedef struct token_s struct
59 struct token_s *sequence; argument
60 struct token_s *next; argument
/dports/security/pbc/pbc-0.5.14/ecc/
H A Dparam.c33 struct token_s { struct
37 typedef struct token_s token_t[1]; argument
38 typedef struct token_s *token_ptr;
/dports/www/lighttpd/lighttpd-1.4.63/src/
H A Dmod_authn_gssapi.c326 gss_buffer_desc token_s = GSS_C_EMPTY_BUFFER; in mod_authn_gssapi_check_spnego() local
380 token_s.value = sprinc->ptr; in mod_authn_gssapi_check_spnego()
381 token_s.length = buffer_clen(sprinc); in mod_authn_gssapi_check_spnego()
382 …st_major = gss_import_name(&st_minor, &token_s, (gss_OID) GSS_KRB5_NT_PRINCIPAL_NAME, &server_name… in mod_authn_gssapi_check_spnego()
388 memset(&token_s, 0, sizeof(token_s)); in mod_authn_gssapi_check_spnego()
389 st_major = gss_display_name(&st_minor, server_name, &token_s, NULL); in mod_authn_gssapi_check_spnego()
460 if (token_s.length) in mod_authn_gssapi_check_spnego()
461 gss_release_buffer(&st_minor, &token_s); in mod_authn_gssapi_check_spnego()
/dports/games/retroarch/RetroArch-1.9.7/deps/glslang/glslang/StandAlone/
H A DResourceLimits.cpp250 const size_t token_s = pos; in DecodeResourceLimits() local
251 const size_t token_e = configStr.find_first_of(delims, token_s); in DecodeResourceLimits()
257 const std::string tokenStr = configStr.substr(token_s, token_e-token_s); in DecodeResourceLimits()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/glslang/StandAlone/
H A DResourceLimits.cpp270 const size_t token_s = pos; in DecodeResourceLimits() local
271 const size_t token_e = configStr.find_first_of(delims, token_s); in DecodeResourceLimits()
277 const std::string tokenStr = configStr.substr(token_s, token_e-token_s); in DecodeResourceLimits()
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/glslang/StandAlone/
H A DResourceLimits.cpp270 const size_t token_s = pos; in DecodeResourceLimits() local
271 const size_t token_e = configStr.find_first_of(delims, token_s); in DecodeResourceLimits()
277 const std::string tokenStr = configStr.substr(token_s, token_e-token_s); in DecodeResourceLimits()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/glslang/src/StandAlone/
H A DResourceLimits.cpp268 const size_t token_s = pos; in DecodeResourceLimits() local
269 const size_t token_e = configStr.find_first_of(delims, token_s); in DecodeResourceLimits()
275 const std::string tokenStr = configStr.substr(token_s, token_e-token_s); in DecodeResourceLimits()
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/glslang/StandAlone/
H A DResourceLimits.cpp268 const size_t token_s = pos; in DecodeResourceLimits() local
269 const size_t token_e = configStr.find_first_of(delims, token_s); in DecodeResourceLimits()
275 const std::string tokenStr = configStr.substr(token_s, token_e-token_s); in DecodeResourceLimits()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/StandAlone/
H A DResourceLimits.cpp268 const size_t token_s = pos; in DecodeResourceLimits() local
269 const size_t token_e = configStr.find_first_of(delims, token_s); in DecodeResourceLimits()
275 const std::string tokenStr = configStr.substr(token_s, token_e-token_s); in DecodeResourceLimits()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/StandAlone/
H A DResourceLimits.cpp268 const size_t token_s = pos; in DecodeResourceLimits() local
269 const size_t token_e = configStr.find_first_of(delims, token_s); in DecodeResourceLimits()
275 const std::string tokenStr = configStr.substr(token_s, token_e-token_s); in DecodeResourceLimits()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/glslang/StandAlone/
H A DResourceLimits.cpp270 const size_t token_s = pos; in DecodeResourceLimits() local
271 const size_t token_e = configStr.find_first_of(delims, token_s); in DecodeResourceLimits()
277 const std::string tokenStr = configStr.substr(token_s, token_e-token_s); in DecodeResourceLimits()
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/glslang/StandAlone/
H A DResourceLimits.cpp270 const size_t token_s = pos; in DecodeResourceLimits() local
271 const size_t token_e = configStr.find_first_of(delims, token_s); in DecodeResourceLimits()
277 const std::string tokenStr = configStr.substr(token_s, token_e-token_s); in DecodeResourceLimits()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/glslang/src/StandAlone/
H A DResourceLimits.cpp270 const size_t token_s = pos; in DecodeResourceLimits() local
271 const size_t token_e = configStr.find_first_of(delims, token_s); in DecodeResourceLimits()
277 const std::string tokenStr = configStr.substr(token_s, token_e-token_s); in DecodeResourceLimits()
/dports/graphics/glslang/glslang-11.7.1/StandAlone/
H A DResourceLimits.cpp270 const size_t token_s = pos; in DecodeResourceLimits() local
271 const size_t token_e = configStr.find_first_of(delims, token_s); in DecodeResourceLimits()
277 const std::string tokenStr = configStr.substr(token_s, token_e-token_s); in DecodeResourceLimits()
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/glslang/StandAlone/
H A DResourceLimits.cpp270 const size_t token_s = pos; in DecodeResourceLimits() local
271 const size_t token_e = configStr.find_first_of(delims, token_s); in DecodeResourceLimits()
277 const std::string tokenStr = configStr.substr(token_s, token_e-token_s); in DecodeResourceLimits()
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/ncnn/glslang/StandAlone/
H A DResourceLimits.cpp270 const size_t token_s = pos; in DecodeResourceLimits() local
271 const size_t token_e = configStr.find_first_of(delims, token_s); in DecodeResourceLimits()
277 const std::string tokenStr = configStr.substr(token_s, token_e-token_s); in DecodeResourceLimits()
/dports/games/ioquake3-server/ioquake3-1.36/code/botlib/
H A Dl_script.h157 typedef struct token_s struct
170 struct token_s *next; //next token in chain argument
/dports/games/ioquake3/ioquake3-1.36/code/botlib/
H A Dl_script.h157 typedef struct token_s struct
170 struct token_s *next; //next token in chain argument
/dports/games/evq3/evq3/code/botlib/
H A Dl_script.h157 typedef struct token_s struct
170 struct token_s *next; //next token in chain argument

12