Home
last modified time | relevance | path

Searched refs:pst (Results 1 - 20 of 20) sorted by relevance

/third_party/libwebsockets/lib/misc/
H A Dlejp.c87 ctx->pst[0].callback = callback; in lejp_construct()
88 ctx->pst[0].paths = paths; in lejp_construct()
89 ctx->pst[0].count_paths = count_paths; in lejp_construct()
90 ctx->pst[0].user = NULL; in lejp_construct()
91 ctx->pst[0].ppos = 0; in lejp_construct()
93 ctx->pst[0].callback(ctx, LEJPCB_CONSTRUCTED); in lejp_construct()
110 if (ctx && ctx->pst[0].callback) in lejp_destruct()
111 ctx->pst[0].callback(ctx, LEJPCB_DESTRUCTED); in lejp_destruct()
140 ctx->pst[0].callback(ctx, LEJPCB_DESTRUCTED); in lejp_change_callback()
141 ctx->pst[ in lejp_change_callback()
[all...]
H A Dlecp.c63 ctx->pst[0].cb = cb; in lecp_construct()
64 ctx->pst[0].paths = paths; in lecp_construct()
65 ctx->pst[0].count_paths = count_paths; in lecp_construct()
70 ctx->pst[0].cb(ctx, LECPCB_CONSTRUCTED); in lecp_construct()
77 if (ctx->pst[0].cb) in lecp_destruct()
78 ctx->pst[0].cb(ctx, LECPCB_DESTRUCTED); in lecp_destruct()
84 ctx->pst[0].cb(ctx, LECPCB_DESTRUCTED); in lecp_change_callback()
85 ctx->pst[0].cb = cb; in lecp_change_callback()
86 ctx->pst[0].cb(ctx, LECPCB_CONSTRUCTED); in lecp_change_callback()
131 n < ctx->pst[ct in lecp_check_path_match()
323 struct _lecp_parsing_stack *pst = &ctx->pst[ctx->pst_sp]; report_raw_cbor() local
377 struct _lecp_parsing_stack *pst = &ctx->pst[ctx->pst_sp]; lecp_parse() local
[all...]
H A Dlws-struct-lejp.c169 [ctx->pst[ctx->pst_sp - 1].path_match - 1]; in lws_struct_default_lejp_cb()
174 ctx->pst[ctx->pst_sp].user = NULL; in lws_struct_default_lejp_cb()
183 ctx->pst[ctx->pst_sp].user = NULL; in lws_struct_default_lejp_cb()
198 [ctx->pst[ctx->pst_sp - 1].path_match - 1]; in lws_struct_default_lejp_cb()
236 if (!ctx->pst[ctx->pst_sp].user) { in lws_struct_default_lejp_cb()
257 (((char *)ctx->pst[ctx->pst_sp - 1].user) + pmap->ofs); in lws_struct_default_lejp_cb()
263 ctx->pst[ctx->pst_sp].user = lwsac_use_zero(&args->ac, in lws_struct_default_lejp_cb()
265 if (!ctx->pst[ctx->pst_sp].user) { in lws_struct_default_lejp_cb()
276 ((char *)ctx->pst[ctx->pst_sp].user + in lws_struct_default_lejp_cb()
282 *((void **)owner) = ctx->pst[ct in lws_struct_default_lejp_cb()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/serializable/
H A DCalendarHandler.java74 TimeZone pst = TimeZone.getTimeZone("America/Los_Angeles"); in getTestObjects()
78 calendars[i] = Calendar.getInstance(pst, locales[i]); in getTestObjects()
176 TimeZone pst = TimeZone.getTimeZone("America/Los_Angeles"); in getTestObjects()
180 calendars[i] = new GregorianCalendar(pst, locales[i]); in getTestObjects()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
H A DCalendarHandler.java73 TimeZone pst = TimeZone.getTimeZone("America/Los_Angeles"); in getTestObjects()
77 calendars[i] = Calendar.getInstance(pst, locales[i]); in getTestObjects()
175 TimeZone pst = TimeZone.getTimeZone("America/Los_Angeles"); in getTestObjects()
179 calendars[i] = new GregorianCalendar(pst, locales[i]); in getTestObjects()
/third_party/icu/icu4c/source/test/intltest/
H A Dtzbdtest.cpp280 TimeZone* pst = TimeZone::createTimeZone("PST"); in TestBoundaries() local
281 Calendar* tempcal = Calendar::createInstance(pst, status); in TestBoundaries()
301 TimeZone::setDefault(*pst); in TestBoundaries()
315 verifyDST(tempcal->getTime(status),pst, true, inDST, -8*ONE_HOUR,inDST ? -7*ONE_HOUR : -8*ONE_HOUR); in TestBoundaries()
H A Dtzregts.cpp1100 // TimeZone *pst = TimeZone::createTimeZone("PST"); in TestJDK12API()
1104 LocalPointer<TimeZone> pst(new SimpleTimeZone(-28800*U_MILLIS_PER_SECOND, in TestJDK12API()
1126 if(pst->hasSameRules(*cst)) { in TestJDK12API()
1131 int32_t offset1 = pst->getOffset(1, in TestJDK12API()
1144 pst->getOffset(1, in TestJDK12API()
/third_party/libwebsockets/lib/cose/
H A Dcose_validate.c458 cps->sub, ctx->pst[ctx->pst_sp].ppos, cps->sp); in cb_cose_sig()
529 if (ctx->pst[ctx->pst_sp].ppos == 4 || in cb_cose_sig()
530 ctx->pst[ctx->pst_sp].ppos == 6) { in cb_cose_sig()
545 if (ctx->pst[ctx->pst_sp].ppos != 2) in cb_cose_sig()
582 if (ctx->pst[ctx->pst_sp].ppos == 2) { in cb_cose_sig()
644 if (ctx->pst[ctx->pst_sp].ppos >= 4) { in cb_cose_sig()
H A Dcose_key.c317 ctx->pst[ctx->pst_sp].ppos); in cb_cose_key()
326 if (cps->pkey_set && ctx->pst[ctx->pst_sp].ppos == 2) { in cb_cose_key()
341 if (cps->pkey_set && ctx->pst[ctx->pst_sp].ppos == 2) { in cb_cose_key()
357 __func__, ctx->sp, ctx->pst[ctx->sp].ppos); in cb_cose_key()
417 (ctx->pst[ctx->sp].ppos != 3 || in cb_cose_key()
424 (ctx->pst[ctx->sp].ppos != 5 || in cb_cose_key()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/
H A DTimeZoneBoundaryTest.java397 TimeZone pst = safeGetTimeZone("PST"); in TestBoundaries()
398 Calendar tempcal = Calendar.getInstance(pst); in TestBoundaries()
427 TimeZone.setDefault(pst); in TestBoundaries()
438 tempcal, pst, true, inDST, -8*ONE_HOUR, in TestBoundaries()
H A DTimeZoneRegressionTest.java814 TimeZone pst = TimeZone.getTimeZone("PST"); in Test4173604()
815 int o22 = pst.getOffset(1, 1998, 11, 31, Calendar.THURSDAY, 22*60*60*1000); in Test4173604()
816 int o23 = pst.getOffset(1, 1998, 11, 31, Calendar.THURSDAY, 23*60*60*1000); in Test4173604()
817 int o00 = pst.getOffset(1, 1999, 0, 1, Calendar.FRIDAY, 0); in Test4173604()
826 cal.setTimeZone(pst); in Test4173604()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
H A DTimeZoneBoundaryTest.java394 TimeZone pst = safeGetTimeZone("PST"); in TestBoundaries()
395 Calendar tempcal = Calendar.getInstance(pst); in TestBoundaries()
424 TimeZone.setDefault(pst); in TestBoundaries()
435 tempcal, pst, true, inDST, -8*ONE_HOUR, in TestBoundaries()
H A DTimeZoneRegressionTest.java811 TimeZone pst = TimeZone.getTimeZone("PST"); in Test4173604()
812 int o22 = pst.getOffset(1, 1998, 11, 31, Calendar.THURSDAY, 22*60*60*1000); in Test4173604()
813 int o23 = pst.getOffset(1, 1998, 11, 31, Calendar.THURSDAY, 23*60*60*1000); in Test4173604()
814 int o00 = pst.getOffset(1, 1999, 0, 1, Calendar.FRIDAY, 0); in Test4173604()
823 cal.setTimeZone(pst); in Test4173604()
/third_party/libwebsockets/test-apps/
H A Dtest-lejp.c83 ctx->path_match, ctx->pst[ctx->pst_sp].ppos); in cb()
H A Dtest-lecp.c67 ctx->path_match, ctx->pst[ctx->pst_sp].ppos); in cb()
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-lejp.h228 struct _lejp_parsing_stack pst[LEJP_MAX_PARSING_STACK_DEPTH]; member
H A Dlws-lecp.h256 struct _lecp_parsing_stack pst[LECP_MAX_PARSING_STACK_DEPTH]; member
/third_party/ffmpeg/libavformat/
H A Davformat.c40 void ff_free_stream(AVStream **pst) in ff_free_stream() argument
42 AVStream *st = *pst; in ff_free_stream()
73 av_freep(pst); in ff_free_stream()
H A Dmpegts.c1925 AVStream *pst = pes->stream->streams[p->stream_index[i]]; in mpegts_push_data() local
1926 if (pst->codecpar->codec_type == AVMEDIA_TYPE_VIDEO) in mpegts_push_data()
1927 st = pst; in mpegts_push_data()
/third_party/libwebsockets/lib/jose/jws/
H A Djose.c182 args->jwk_jctx.pst[args->jwk_jctx.pst_sp]. in lws_jws_jose_cb()

Completed in 35 milliseconds