Home
last modified time | relevance | path

Searched refs:typval (Results 1 – 25 of 31) sorted by relevance

12

/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-mgcp.c1598 gchar **typval; in dissect_mgcp_connectionparams() local
1605 if ((typval[0] != NULL) && (typval[1] != NULL)) in dissect_mgcp_connectionparams()
1607 if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "PS")) in dissect_mgcp_connectionparams()
1704 gchar **typval; in dissect_mgcp_localconnectionoptions() local
1714 if ((typval[0] != NULL) && (typval[1] != NULL)) in dissect_mgcp_localconnectionoptions()
1716 if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "p")) in dissect_mgcp_localconnectionoptions()
1848 gchar **typval = NULL; in dissect_mgcp_localvoicemetrics() local
1870 if ((typval[0] != NULL) && (typval[1] != NULL)) in dissect_mgcp_localvoicemetrics()
1872 if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "NLR")) in dissect_mgcp_localvoicemetrics()
1999 gchar **typval = NULL; in dissect_mgcp_remotevoicemetrics() local
[all …]
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-mgcp.c1598 gchar **typval; in dissect_mgcp_connectionparams() local
1605 if ((typval[0] != NULL) && (typval[1] != NULL)) in dissect_mgcp_connectionparams()
1607 if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "PS")) in dissect_mgcp_connectionparams()
1704 gchar **typval; in dissect_mgcp_localconnectionoptions() local
1714 if ((typval[0] != NULL) && (typval[1] != NULL)) in dissect_mgcp_localconnectionoptions()
1716 if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "p")) in dissect_mgcp_localconnectionoptions()
1848 gchar **typval = NULL; in dissect_mgcp_localvoicemetrics() local
1870 if ((typval[0] != NULL) && (typval[1] != NULL)) in dissect_mgcp_localvoicemetrics()
1872 if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "NLR")) in dissect_mgcp_localvoicemetrics()
1999 gchar **typval = NULL; in dissect_mgcp_remotevoicemetrics() local
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-mgcp.c1598 gchar **typval; in dissect_mgcp_connectionparams() local
1605 if ((typval[0] != NULL) && (typval[1] != NULL)) in dissect_mgcp_connectionparams()
1607 if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "PS")) in dissect_mgcp_connectionparams()
1704 gchar **typval; in dissect_mgcp_localconnectionoptions() local
1714 if ((typval[0] != NULL) && (typval[1] != NULL)) in dissect_mgcp_localconnectionoptions()
1716 if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "p")) in dissect_mgcp_localconnectionoptions()
1848 gchar **typval = NULL; in dissect_mgcp_localvoicemetrics() local
1870 if ((typval[0] != NULL) && (typval[1] != NULL)) in dissect_mgcp_localvoicemetrics()
1872 if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "NLR")) in dissect_mgcp_localvoicemetrics()
1999 gchar **typval = NULL; in dissect_mgcp_remotevoicemetrics() local
[all …]
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-mgcp.c1598 gchar **typval; in dissect_mgcp_connectionparams() local
1605 if ((typval[0] != NULL) && (typval[1] != NULL)) in dissect_mgcp_connectionparams()
1607 if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "PS")) in dissect_mgcp_connectionparams()
1704 gchar **typval; in dissect_mgcp_localconnectionoptions() local
1714 if ((typval[0] != NULL) && (typval[1] != NULL)) in dissect_mgcp_localconnectionoptions()
1716 if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "p")) in dissect_mgcp_localconnectionoptions()
1848 gchar **typval = NULL; in dissect_mgcp_localvoicemetrics() local
1870 if ((typval[0] != NULL) && (typval[1] != NULL)) in dissect_mgcp_localvoicemetrics()
1872 if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "NLR")) in dissect_mgcp_localvoicemetrics()
1999 gchar **typval = NULL; in dissect_mgcp_remotevoicemetrics() local
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/IFSelect/
H A DIFSelect_Editor.cxx44 (const Standard_Integer num, const Handle(Interface_TypedValue)& typval, in SetValue() argument
52 lng = (Standard_Integer) strlen (typval->Name()); in SetValue()
54 lng = (Standard_Integer) strlen (typval->Label()); in SetValue()
57 thenames.Bind (typval->Name(),num); in SetValue()
59 thevalues.SetValue (num,typval); in SetValue()
H A DIFSelect_EditForm.cxx314 Handle(Interface_TypedValue) typval = theeditor->TypedValue(num); in Modify()
315 if (!typval->Satisfies(newval)) return Standard_False; in Modify()
316 Interface_ParamType pty = typval->Type(); in Modify()
H A DIFSelect_Editor.hxx58 …etValue (const Standard_Integer num, const Handle(Interface_TypedValue)& typval, const Standard_CS…
/dports/cad/opencascade/opencascade-7.6.0/src/Interface/
H A DInterface_ValueInterpret.hxx19 …tring) (*Interface_ValueInterpret) (const Handle(Interface_TypedValue)& typval, const Handle(TCol…
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DInterface_ValueInterpret.hxx19 …tring) (*Interface_ValueInterpret) (const Handle(Interface_TypedValue)& typval, const Handle(TCol…
H A DMoniTool_ValueInterpret.hxx22 …e(TCollection_HAsciiString) (*MoniTool_ValueInterpret) (const Handle(MoniTool_TypedValue)& typval,
H A DIFSelect_Editor.hxx58 …etValue (const Standard_Integer num, const Handle(Interface_TypedValue)& typval, const Standard_CS…
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DInterface_ValueInterpret.hxx19 …tring) (*Interface_ValueInterpret) (const Handle(Interface_TypedValue)& typval, const Handle(TCol…
H A DMoniTool_ValueInterpret.hxx22 …e(TCollection_HAsciiString) (*MoniTool_ValueInterpret) (const Handle(MoniTool_TypedValue)& typval,
H A DIFSelect_Editor.hxx61 …etValue (const Standard_Integer num, const Handle(Interface_TypedValue)& typval, const Standard_CS…
/dports/cad/opencascade/opencascade-7.6.0/src/MoniTool/
H A DMoniTool_ValueInterpret.hxx22 …e(TCollection_HAsciiString) (*MoniTool_ValueInterpret) (const Handle(MoniTool_TypedValue)& typval,
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/frmenus/roadmap/
H A Droadmap.roo5 Typical Value? <~roadmap\typval.top>
H A Droadmap.top10 Typical Value? <~roadmap\typval.top>
H A Dtypval.top1 ----- <~roadmap\typval.top> Typical Value
/dports/converters/p5-Encoding-BER/Encoding-BER-1.02/lib/Encoding/
H A DBER.pm950 my($typval, $typlen, $typmore) = $me->decode_ident($data);
951 my($typdat, $decfnc, $pretty, $tagnum) = $me->ident_descr_and_dfuncs($typval, $typmore);
961 if( $typval & 0x20 ){
1016 unless( $typval || $typmore ){
1034 $result->{identval} = $typval;
/dports/editors/vim/vim-8.2.3745/src/
H A DMake_ami.mak176 typval.c \
H A DMakefile1692 typval.c \
1845 objects/typval.o \
2031 typval.pro \
3563 objects/typval.o: typval.c
3564 $(CCC) -o $@ typval.c
H A DREADME.md93 typval.c | vim script type/value functions
/dports/editors/vim/vim-8.2.3745/src/proto/
H A Dtypval.pro1 /* typval.c */
/dports/math/maxima/maxima-5.43.2/doc/info/
H A Dwrstcse.texi315 @deffn {Function} wc_mintypmax2tol (@var{tolname}, @var{minval}, @var{typval}, @var{maxval})
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Mrm/
H A DMrm.h280 #define UrmRCSetType(context,typval) {(context)->type=(typval);} argument

12