Home
last modified time | relevance | path

Searched refs:theRow (Results 1 – 25 of 121) sorted by relevance

12345

/dports/net/kamailio/kamailio-5.4.5/src/modules/snmpstats/
H A DsnmpSIPRegUserTable.c147 if(theRow != NULL) { in deleteRegUserRow()
149 pkg_free(theRow->kamailioSIPUserUri); in deleteRegUserRow()
150 pkg_free(theRow->index.oids); in deleteRegUserRow()
151 free(theRow); in deleteRegUserRow()
229 if(theRow == NULL) { in createRegUserRow()
237 free(theRow); in createRegUserRow()
246 theRow->index.len = 1; in createRegUserRow()
247 theRow->index.oids = OIDIndex; in createRegUserRow()
248 theRow->kamailioSIPUserIndex = index; in createRegUserRow()
250 theRow->kamailioSIPUserUri = in createRegUserRow()
[all …]
H A DsnmpSIPContactTable.c180 if(theRow == NULL) { in createContactRow()
189 free(theRow); in createContactRow()
200 theRow->index.len = 2; in createContactRow()
201 theRow->index.oids = OIDIndex; in createContactRow()
205 theRow->kamailioSIPContactURI = in createContactRow()
209 free(theRow); in createContactRow()
217 theRow->contactInfo = contactInfo; in createContactRow()
219 CONTAINER_INSERT(cb.container, theRow); in createContactRow()
247 if(theRow != NULL) { in deleteContactRow()
250 pkg_free(theRow->index.oids); in deleteContactRow()
[all …]
H A DsnmpSIPMethodSupportedTable.c61 kamailioSIPMethodSupportedTable_context *theRow; in createRow() local
67 theRow = SNMP_MALLOC_TYPEDEF(kamailioSIPMethodSupportedTable_context); in createRow()
69 if(theRow == NULL) { in createRow()
77 free(theRow); in createRow()
87 free(theRow); in createRow()
97 theRow->index.len = 1; in createRow()
98 theRow->index.oids = OIDIndex; in createRow()
99 theRow->kamailioSIPMethodSupportedIndex = index; in createRow()
101 theRow->kamailioSIPMethodName = (unsigned char *)copiedString; in createRow()
102 theRow->kamailioSIPMethodName_len = stringLength; in createRow()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/gp/
H A Dgp_GTrsf2d.hxx140 Standard_Real Value (const Standard_Integer theRow, const Standard_Integer theCol) const;
142 …rd_Real operator() (const Standard_Integer theRow, const Standard_Integer theCol) const { return V… in operator ()() argument
268 inline void gp_GTrsf2d::SetValue (const Standard_Integer theRow, in SetValue() argument
273 (theRow < 1 || theRow > 2 || theCol < 1 || theCol > 3, " "); in SetValue()
276 loc.SetCoord (theRow, theValue); in SetValue()
280 matrix.SetValue (theRow, theCol, theValue); in SetValue()
289 inline Standard_Real gp_GTrsf2d::Value (const Standard_Integer theRow, in Value() argument
293 (theRow < 1 || theRow > 2 || theCol < 1 || theCol > 3, " "); in Value()
296 return loc.Coord (theRow); in Value()
300 return matrix.Value (theRow, theCol); in Value()
[all …]
H A Dgp_Mat2d.hxx76 Standard_EXPORT void SetRow (const Standard_Integer theRow, const gp_XY& theValue);
97 Standard_OutOfRange_Raise_if (theRow < 1 || theRow > 2 || theCol < 1 || theCol > 2, " "); in SetValue()
98 myMat[theRow - 1][theCol - 1] = theValue; in SetValue()
116 Standard_EXPORT gp_XY Row (const Standard_Integer theRow) const;
123 Standard_OutOfRange_Raise_if (theRow < 1 || theRow > 2 || theCol < 1 || theCol > 2, " "); in Value()
124 return myMat[theRow - 1][theCol - 1]; in Value()
127 …d_Real& operator() (const Standard_Integer theRow, const Standard_Integer theCol) const { return V… in operator ()() argument
132 Standard_Real& ChangeValue (const Standard_Integer theRow, const Standard_Integer theCol) in ChangeValue() argument
134 Standard_OutOfRange_Raise_if (theRow < 1 || theRow > 2 || theCol < 1 || theCol > 2, " "); in ChangeValue()
135 return myMat[theRow - 1][theCol - 1]; in ChangeValue()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A Dgp_GTrsf2d.hxx140 Standard_Real Value (const Standard_Integer theRow, const Standard_Integer theCol) const;
142 …rd_Real operator() (const Standard_Integer theRow, const Standard_Integer theCol) const { return V… in operator ()() argument
268 inline void gp_GTrsf2d::SetValue (const Standard_Integer theRow, in SetValue() argument
273 (theRow < 1 || theRow > 2 || theCol < 1 || theCol > 3, " "); in SetValue()
276 loc.SetCoord (theRow, theValue); in SetValue()
280 matrix.SetValue (theRow, theCol, theValue); in SetValue()
289 inline Standard_Real gp_GTrsf2d::Value (const Standard_Integer theRow, in Value() argument
293 (theRow < 1 || theRow > 2 || theCol < 1 || theCol > 3, " "); in Value()
296 return loc.Coord (theRow); in Value()
300 return matrix.Value (theRow, theCol); in Value()
[all …]
H A DImage_PixMapTypedData.hxx51 …const PixelType_t* Row (Standard_Size theRow) const { return (const PixelType_t* )Image_PixMapData… in Row()
54 …PixelType_t* ChangeRow (Standard_Size theRow) { return (PixelType_t* )Image_PixMapData::ChangeRow … in ChangeRow() argument
57 …pe_t& Value (Standard_Size theRow, Standard_Size theCol) const { return *(const PixelType_t* )Imag… in Value() argument
60 …t& ChangeValue (Standard_Size theRow, Standard_Size theCol) { return *(PixelType_t* )Image_PixMapD… in ChangeValue() argument
H A Dgp_Mat2d.hxx76 Standard_EXPORT void SetRow (const Standard_Integer theRow, const gp_XY& theValue);
97 Standard_OutOfRange_Raise_if (theRow < 1 || theRow > 2 || theCol < 1 || theCol > 2, " "); in SetValue()
98 myMat[theRow - 1][theCol - 1] = theValue; in SetValue()
116 Standard_EXPORT gp_XY Row (const Standard_Integer theRow) const;
123 Standard_OutOfRange_Raise_if (theRow < 1 || theRow > 2 || theCol < 1 || theCol > 2, " "); in Value()
124 return myMat[theRow - 1][theCol - 1]; in Value()
127 …d_Real& operator() (const Standard_Integer theRow, const Standard_Integer theCol) const { return V… in operator ()() argument
132 Standard_Real& ChangeValue (const Standard_Integer theRow, const Standard_Integer theCol) in ChangeValue() argument
134 Standard_OutOfRange_Raise_if (theRow < 1 || theRow > 2 || theCol < 1 || theCol > 2, " "); in ChangeValue()
135 return myMat[theRow - 1][theCol - 1]; in ChangeValue()
[all …]
H A DStdLPersistent_HArray2.hxx47 virtual void lowerBound(Standard_Integer& theRow,
49 virtual void upperBound(Standard_Integer& theRow,
57 const Standard_Integer theRow,
60 const Standard_Integer theRow,
78 virtual void lowerBound(Standard_Integer& theRow, in lowerBound() argument
81 theRow = myArray->LowerRow(); in lowerBound()
84 virtual void upperBound(Standard_Integer& theRow, in upperBound() argument
87 theRow = myArray->UpperRow(); in upperBound()
98 const Standard_Integer theRow, in readValue() argument
102 const Standard_Integer theRow, in writeValue() argument
[all …]
H A DImage_PixMap.hxx226 inline const Standard_Byte* Row (const Standard_Size theRow) const in Row()
228 return myData.Row (theRow); in Row()
232 inline Standard_Byte* ChangeRow (const Standard_Size theRow) in ChangeRow() argument
234 return myData.ChangeRow (theRow); in ChangeRow()
275 inline const ColorType_t& Value (const Standard_Size theRow, in Value() argument
278 return *reinterpret_cast<const ColorType_t*>(myData.Value (theRow, theCol)); in Value()
284 inline ColorType_t& ChangeValue (const Standard_Size theRow, in ChangeValue() argument
292 const Standard_Byte* RawValue (Standard_Size theRow, in RawValue() argument
295 return myData.Value (theRow, theCol); in RawValue()
300 Standard_Byte* ChangeRawValue (Standard_Size theRow, in ChangeRawValue() argument
[all …]
H A DNCollection_Mat3.hxx65 return myMat[theCol * 3 + theRow]; in GetValue()
74 return myMat[theCol * 3 + theRow]; in ChangeValue()
81 void SetValue (const size_t theRow, in SetValue() argument
85 myMat[theCol * 3 + theRow] = theValue; in SetValue()
89 …Element_t& operator()(const size_t theRow, const size_t theCol) { return ChangeValue (theRow, theC… in operator ()() argument
92 …Element_t operator()(const size_t theRow, const size_t theCol) const { return GetValue (theRow, t… in operator ()() argument
95 NCollection_Vec3<Element_t> GetRow (const size_t theRow) const in GetRow()
97 …return NCollection_Vec3<Element_t> (GetValue (theRow, 0), GetValue (theRow, 1), GetValue (theRow, … in GetRow()
105 SetValue (theRow, 0, theVec.x()); in SetRow()
106 SetValue (theRow, 1, theVec.y()); in SetRow()
[all …]
H A DImage_PixMapData.hxx75 inline const Standard_Byte* Row (const Standard_Size theRow) const in Row()
77 return myTopRowPtr + ptrdiff_t(SizeRowBytes * theRow * TopToDown); in Row()
81 inline Standard_Byte* ChangeRow (const Standard_Size theRow) in ChangeRow() argument
83 return myTopRowPtr + ptrdiff_t(SizeRowBytes * theRow * TopToDown); in ChangeRow()
87 inline const Standard_Byte* Value (const Standard_Size theRow, in Value() argument
90 return myTopRowPtr + ptrdiff_t(SizeRowBytes * theRow * TopToDown) + SizeBPP * theCol; in Value()
94 inline Standard_Byte* ChangeValue (const Standard_Size theRow, in ChangeValue() argument
97 return myTopRowPtr + ptrdiff_t(SizeRowBytes * theRow * TopToDown) + SizeBPP * theCol; in ChangeValue()
/dports/cad/opencascade/opencascade-7.6.0/src/Image/
H A DImage_PixMapTypedData.hxx51 …const PixelType_t* Row (Standard_Size theRow) const { return (const PixelType_t* )Image_PixMapData… in Row()
54 …PixelType_t* ChangeRow (Standard_Size theRow) { return (PixelType_t* )Image_PixMapData::ChangeRow … in ChangeRow() argument
57 …pe_t& Value (Standard_Size theRow, Standard_Size theCol) const { return *(const PixelType_t* )Imag… in Value() argument
60 …t& ChangeValue (Standard_Size theRow, Standard_Size theCol) { return *(PixelType_t* )Image_PixMapD… in ChangeValue() argument
H A DImage_PixMap.hxx226 inline const Standard_Byte* Row (const Standard_Size theRow) const in Row()
228 return myData.Row (theRow); in Row()
232 inline Standard_Byte* ChangeRow (const Standard_Size theRow) in ChangeRow() argument
234 return myData.ChangeRow (theRow); in ChangeRow()
275 inline const ColorType_t& Value (const Standard_Size theRow, in Value() argument
278 return *reinterpret_cast<const ColorType_t*>(myData.Value (theRow, theCol)); in Value()
284 inline ColorType_t& ChangeValue (const Standard_Size theRow, in ChangeValue() argument
292 const Standard_Byte* RawValue (Standard_Size theRow, in RawValue() argument
295 return myData.Value (theRow, theCol); in RawValue()
300 Standard_Byte* ChangeRawValue (Standard_Size theRow, in ChangeRawValue() argument
[all …]
H A DImage_PixMapData.hxx75 inline const Standard_Byte* Row (const Standard_Size theRow) const in Row()
77 return myTopRowPtr + ptrdiff_t(SizeRowBytes * theRow * TopToDown); in Row()
81 inline Standard_Byte* ChangeRow (const Standard_Size theRow) in ChangeRow() argument
83 return myTopRowPtr + ptrdiff_t(SizeRowBytes * theRow * TopToDown); in ChangeRow()
87 inline const Standard_Byte* Value (const Standard_Size theRow, in Value() argument
90 return myTopRowPtr + ptrdiff_t(SizeRowBytes * theRow * TopToDown) + SizeBPP * theCol; in Value()
94 inline Standard_Byte* ChangeValue (const Standard_Size theRow, in ChangeValue() argument
97 return myTopRowPtr + ptrdiff_t(SizeRowBytes * theRow * TopToDown) + SizeBPP * theCol; in ChangeValue()
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DImage_PixMapTypedData.hxx51 …const PixelType_t* Row (Standard_Size theRow) const { return (const PixelType_t* )Image_PixMapData… in Row()
54 …PixelType_t* ChangeRow (Standard_Size theRow) { return (PixelType_t* )Image_PixMapData::ChangeRow … in ChangeRow() argument
57 …pe_t& Value (Standard_Size theRow, Standard_Size theCol) const { return *(const PixelType_t* )Imag… in Value() argument
60 …t& ChangeValue (Standard_Size theRow, Standard_Size theCol) { return *(PixelType_t* )Image_PixMapD… in ChangeValue() argument
H A DImage_PixMap.hxx202 inline const Standard_Byte* Row (const Standard_Size theRow) const in Row()
204 return myData.Row (theRow); in Row()
208 inline Standard_Byte* ChangeRow (const Standard_Size theRow) in ChangeRow() argument
210 return myData.ChangeRow (theRow); in ChangeRow()
251 inline const ColorType_t& Value (const Standard_Size theRow, in Value() argument
254 return *reinterpret_cast<const ColorType_t*>(myData.Value (theRow, theCol)); in Value()
260 inline ColorType_t& ChangeValue (const Standard_Size theRow, in ChangeValue() argument
268 const Standard_Byte* RawValue (Standard_Size theRow, in RawValue() argument
271 return myData.Value (theRow, theCol); in RawValue()
276 Standard_Byte* ChangeRawValue (Standard_Size theRow, in ChangeRawValue() argument
[all …]
H A DStdLPersistent_HArray2.hxx47 virtual void lowerBound(Standard_Integer& theRow,
49 virtual void upperBound(Standard_Integer& theRow,
57 const Standard_Integer theRow,
60 const Standard_Integer theRow,
78 virtual void lowerBound(Standard_Integer& theRow, in lowerBound() argument
81 theRow = myArray->LowerRow(); in lowerBound()
84 virtual void upperBound(Standard_Integer& theRow, in upperBound() argument
87 theRow = myArray->UpperRow(); in upperBound()
98 const Standard_Integer theRow, in readValue() argument
102 const Standard_Integer theRow, in writeValue() argument
[all …]
H A DImage_PixMapData.hxx75 inline const Standard_Byte* Row (const Standard_Size theRow) const in Row()
77 return myTopRowPtr + SizeRowBytes * theRow * TopToDown; in Row()
81 inline Standard_Byte* ChangeRow (const Standard_Size theRow) in ChangeRow() argument
83 return myTopRowPtr + SizeRowBytes * theRow * TopToDown; in ChangeRow()
87 inline const Standard_Byte* Value (const Standard_Size theRow, in Value() argument
90 return myTopRowPtr + SizeRowBytes * theRow * TopToDown + SizeBPP * theCol; in Value()
94 inline Standard_Byte* ChangeValue (const Standard_Size theRow, in ChangeValue() argument
97 return myTopRowPtr + SizeRowBytes * theRow * TopToDown + SizeBPP * theCol; in ChangeValue()
H A DNCollection_Mat4.hxx69 return myMat[theCol * 4 + theRow]; in GetValue()
78 return myMat[theCol * 4 + theRow]; in ChangeValue()
85 void SetValue (const size_t theRow, in SetValue() argument
89 myMat[theCol * 4 + theRow] = theValue; in SetValue()
108 SetValue (theRow, 0, theVec.x()); in SetRow()
109 SetValue (theRow, 1, theVec.y()); in SetRow()
110 SetValue (theRow, 2, theVec.z()); in SetRow()
118 SetValue (theRow, 0, theVec.x()); in SetRow()
119 SetValue (theRow, 1, theVec.y()); in SetRow()
120 SetValue (theRow, 2, theVec.z()); in SetRow()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/SelectMgr/
H A DSelectMgr_SelectionImageFiller.cxx50 const Standard_Integer theRow, in Fill() argument
63 myImage->SetPixelColor (theCol, theRow, aColor); in Fill()
100 const Standard_Integer theRow, in Fill() argument
113 myImage->SetPixelColor (theCol, theRow, aColor); in Fill()
137 const Standard_Integer theRow, in Fill() argument
212 const Standard_Integer theRow, in Fill() argument
259 const Standard_Integer theRow, in Fill() argument
272 myImage->SetPixelColor (theCol, theRow, aColor); in Fill()
304 const Standard_Integer theRow, in Fill() argument
359 const Standard_Integer theRow, in Fill() argument
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/StdLPersistent/
H A DStdLPersistent_HArray2.hxx47 virtual void lowerBound(Standard_Integer& theRow,
49 virtual void upperBound(Standard_Integer& theRow,
57 const Standard_Integer theRow,
60 const Standard_Integer theRow,
78 virtual void lowerBound(Standard_Integer& theRow, in lowerBound() argument
81 theRow = myArray->LowerRow(); in lowerBound()
84 virtual void upperBound(Standard_Integer& theRow, in upperBound() argument
87 theRow = myArray->UpperRow(); in upperBound()
98 const Standard_Integer theRow, in readValue() argument
102 const Standard_Integer theRow, in writeValue() argument
[all …]
/dports/cad/opencascade/opencascade-7.6.0/tools/ViewControl/
H A DViewControl_TableModelValues.cxx52 QVariant ViewControl_TableModelValues::Data (const int theRow, const int theColumn, int theRole) co… in Data() argument
56 QVariant aValue = Properties()->Data (theRow, theColumn, theRole); in Data()
64 …if ((theRole == Qt::FontRole || theRole == Qt::ForegroundRole) && isItalicHeader (theRow, theColum… in Data()
83 bool ViewControl_TableModelValues::SetData (const int theRow, const int theColumn, const QVariant& … in SetData() argument
86 return Properties()->SetData (theRow, theColumn, theValue); in SetData()
111 ViewControl_EditType ViewControl_TableModelValues::EditType (const int theRow, const int theColumn)… in EditType() argument
115 return Properties()->EditType (theRow, theColumn); in EditType()
137 bool ViewControl_TableModelValues::isItalicHeader (const int theRow, const int theColumn) const in isItalicHeader() argument
140 int aCell = anOrientation == Qt::Horizontal ? theColumn : theRow; in isItalicHeader()
/dports/cad/opencascade/opencascade-7.6.0/src/NCollection/
H A DNCollection_Mat3.hxx65 return myMat[theCol * 3 + theRow]; in GetValue()
74 return myMat[theCol * 3 + theRow]; in ChangeValue()
81 void SetValue (const size_t theRow, in SetValue() argument
85 myMat[theCol * 3 + theRow] = theValue; in SetValue()
89 …Element_t& operator()(const size_t theRow, const size_t theCol) { return ChangeValue (theRow, theC… in operator ()() argument
92 …Element_t operator()(const size_t theRow, const size_t theCol) const { return GetValue (theRow, t… in operator ()() argument
95 NCollection_Vec3<Element_t> GetRow (const size_t theRow) const in GetRow()
97 …return NCollection_Vec3<Element_t> (GetValue (theRow, 0), GetValue (theRow, 1), GetValue (theRow, … in GetRow()
105 SetValue (theRow, 0, theVec.x()); in SetRow()
106 SetValue (theRow, 1, theVec.y()); in SetRow()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/tools/MessageModel/
H A DMessageModel_ItemReport.hxx45 …static MessageModel_ItemReportPtr CreateItem (TreeModel_ItemBasePtr theParent, const int theRow, c… in CreateItem() argument
46 …{ return MessageModel_ItemReportPtr (new MessageModel_ItemReport (theParent, theRow, theColumn)); } in CreateItem()
55 …d_Boolean GetChildAlerts (const int theRow, Message_ListOfAlert& theAlerts) const { return myChild… in GetChildAlerts() argument
93 virtual TreeModel_ItemBasePtr createChild (int theRow, int theColumn) Standard_OVERRIDE;
106 MessageModel_ItemReport (TreeModel_ItemBasePtr theParent, const int theRow, const int theColumn) in MessageModel_ItemReport() argument
107 : MessageModel_ItemBase (theParent, theRow, theColumn) {} in MessageModel_ItemReport()

12345