Searched refs:CXH (Results 1 - 25 of 37) sorted by relevance

12

/ast/src/lib/libdss/
H A Ddss-null.h71 CXH, \
H A Ddss-return.h92 CXH, \
H A Ddss-compress.h109 CXH, \
H A Ddss-count.h83 CXH, \
H A Ddss-write.h108 CXH, \
H A Ddss-print.h130 CXH, \
H A Ddss-scan.h134 CXH, \
H A Dcxlib.h116 #define CXH CX_HEADER_INIT macro
H A Ddssopen.c202 CXH,
217 CXH,
304 CXH,
538 { DSS_ID "_s", "Global state struct.", CXH, (Cxtype_t*)"void", 0, 0, 0, 0, 0, 0, 0, {0}, 0, &dss_mem },
539 { DSS_ID "_t", "Global state.", CXH, (Cxtype_t*)DSS_ID "_s" },
/ast/src/cmd/dsslib/ip_t/
H A Dip_t.c645 CXH,
655 CXH,
665 CXH,
677 CXH,
687 CXH,
697 CXH,
707 CXH,
903 CXH,
913 CXH,
923 CXH,
[all...]
/ast/src/cmd/dsslib/opaque/
H A Dopaque.c139 CXH,
222 CXH,
232 CXH,
/ast/src/cmd/dsslib/tests/
H A Dtest.c196 CXH,
205 CXH,
220 CXH,
/ast/src/cmd/dsslib/html/
H A Dhtml.c113 CXH,
/ast/src/cmd/dsslib/time_t/
H A Dtime_t.c569 { "tm_hour_t", "Hour since midnight with optional meridian (AM/PM).", CXH, (Cxtype_t*)"number", 0, tm_hour_external, tm_hour_internal, 0, 0, 0, 0, { "The format details string is a \bprintf\b(3) format string.", "%d", CX_UNSIGNED|CX_INTEGER, 1 } },
570 { "tm_mon_t", "Month name represented as a number [0-11], starting at January.", CXH, (Cxtype_t*)"number", 0, tm_mon_external, tm_mon_internal, 0, 0, 0, 0, { "The format details string is a \bprintf\b(3) format string.", "%s", CX_UNSIGNED|CX_INTEGER, 1 } },
571 { "tm_wday_t", "Weekday name represented as a number [0-6], starting at Sunday.", CXH, (Cxtype_t*)"number", 0, tm_wday_external, tm_wday_internal, 0, 0, 0, 0, { "The format details string is a \bprintf\b(3) format string.", "%s", CX_UNSIGNED|CX_INTEGER, 1 } },
572 { "tm_t", "Time parts.", CXH, (Cxtype_t*)"number", tm_init, 0, 0, 0, 0, 0, 0, { 0, 0, CX_UNSIGNED|CX_INTEGER, 4 }, 0, &tm_member },
573 { "elapsed_t", "Elapsed time in milliseconds.", CXH, (Cxtype_t*)"number", 0, elapsed_external, elapsed_internal, 0, 0, 0, 0, { 0, 0, CX_INTEGER, 4 } },
574 { "ns_t", "64 bit nanoseconds since the epoch.", CXH, (Cxtype_t*)"tm_t", ns_init, precise_external, precise_internal, 0, 0, 0, 0, { "The format details string is a \bstrftime\b(3)/\bstrptime\b(3) format string.", "%K.%9N", CX_UNSIGNED|CX_INTEGER, 8 } },
575 { "stamp_t", "64 bit 1/2**32 seconds since the epoch.", CXH, (Cxtype_t*)"tm_t", stamp_init, precise_external, precise_internal, 0, 0, 0, 0, { "The format details string is a \bstrftime\b(3)/\bstrptime\b(3) format string.", "%K.%N", CX_UNSIGNED|CX_INTEGER, 8 } },
576 { "time_t", "32 bit seconds since the epoch.", CXH, (Cxtype_t*)"tm_t", 0, time_external, time_internal, 0, 0, 0, 0, { "The format details string is a \bstrftime\b(3)/\bstrptime\b(3) format string.", "%K", CX_UNSIGNED|CX_INTEGER, 4 } },
586 CXH,
/ast/src/cmd/dsslib/lookup/
H A Dlookup.c159 CXH,
174 CXH,
/ast/src/cmd/dsslib/netflow/
H A Dflow-fixed.c170 CXH,
H A Dflow-flat.c231 CXH,
/ast/src/cmd/dsslib/num_t/
H A Dnum_t.c1135 { "bcd_t", "Binary coded decimal.", CXH, (Cxtype_t*)"number", 0, bcd_external, bcd_internal, 0, 0, 0, 0, { 0, 0, CX_INTEGER } },
1136 { "be_t", "Big endian binary.", CXH, (Cxtype_t*)"number", 0, be_external, be_internal, 0, 0, 0, 0, { 0, 0, CX_BINARY } },
1137 { "hash_t", "Repeatable string hash.", CXH, (Cxtype_t*)"string", hash_init, hash_external, hash_internal, 0, 0, 0, 0, { 0, 0, CX_STRING } },
1138 { "heka_t", "Base 100 binary integer.", CXH, (Cxtype_t*)"number", 0, heka_external, heka_internal, 0, 0, 0, 0, { 0, 0, CX_INTEGER } },
1139 { "ibm_t", "IBM 4 and 8 byte floating point.", CXH, (Cxtype_t*)"number", 0, ibm_external, ibm_internal, 0, 0, 0, 0, { 0, 0, CX_FLOAT } },
1140 { "le_t", "Little endian binary.", CXH, (Cxtype_t*)"number", 0, le_external, le_internal, 0, 0, 0, 0, { 0, 0, CX_BINARY } },
1141 { "rand_t", "Non-repeatable pseudo-random string hash.", CXH, (Cxtype_t*)"string", hash_init, hash_external, hash_internal, 0, 0, 0, 0, { "The format details string is an optional initial pseudo-random seed number. The default is synthesized using current process/system characteristics.", 0, CX_STRING } },
1142 { "sf_t", "sfio sfputd()/sfputl()/sfputu() encoding.", CXH, (Cxtype_t*)"number", 0, sf_external, sf_internal },
1152 CXH,
/ast/src/cmd/dsslib/bgp/
H A Dbgp-fixed.c181 CXH,
H A Dbgp-ciscov6.c327 CXH,
H A Dbgp-table.c244 CXH,
/ast/src/cmd/dsslib/merge/
H A Dmerge.c289 CXH,
307 CXH,
/ast/src/cmd/dsslib/sort/
H A Dsort.c393 CXH,
408 CXH,
/ast/src/cmd/dsslib/fix/
H A Dfix.c348 CXH,
363 CXH,
/ast/src/cmd/dsslib/validate/
H A Dvalidate.c438 CXH,
453 CXH,

Completed in 81 milliseconds

12