Searched refs:MaxSize (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_server/
H A Dsrv_eventlog_lib.c102 returns the size of the eventlog, and if MaxSize is a non-null
103 ptr, puts the MaxSize there. This is purely a way not to have yet
108 int elog_tdb_size( TDB_CONTEXT * tdb, int *MaxSize, int *Retention ) argument
119 if ( MaxSize != NULL ) {
120 *MaxSize = tdb_fetch_int32( tdb, EVT_MAXSIZE );
150 int nbytes, reclen, len, Retention, MaxSize; local
171 MaxSize = tdb_fetch_int32( the_tdb, EVT_MAXSIZE );
182 ( "MaxSize [%d] Retention [%d] Current Time [%d] exp_time [%d]\n",
183 MaxSize, Retention, (uint32)current_time, (uint32)exp_time ) );
253 int MaxSize, Retentio local
279 int MaxSize, Retention; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dba_action.c67 u8 MaxSize; local
74 MaxSize = 7; /* for non-open mode */
76 MaxSize = 13;
78 MaxSize = 31;
82 MaxSize = 7; /* for non-open mode */
84 MaxSize = 13;
86 MaxSize = 7;
89 *pWinSize, MaxSize));
91 if ((*pWinSize) > MaxSize) {
94 *pWinSize, MaxSize));
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dqueue.cpp25 inline size_t MaxSize() const {return buf.size();} function in class:ByteQueueNode
34 return (m_head==MaxSize());
44 size_t l = STDMIN(length, MaxSize()-m_tail);
415 if (m_tail->m_tail == m_tail->MaxSize())
421 size = m_tail->MaxSize() - m_tail->m_tail;
H A Dfilters.h214 size_t MaxSize() const {return m_buffer.size();} function in class:FilterWithBufferedInput::BlockQueue
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dauipaneinfo.tex352 \membersection{wxAuiPaneInfo::MaxSize}\label{wxauipaneinfomaxsize}
354 \func{wxAuiPaneInfo\&}{MaxSize}{\param{const wxSize\& }{size}}
356 \func{wxAuiPaneInfo\&}{MaxSize}{\param{int }{x}, \param{int }{y}}
358 MaxSize() sets the maximum size of the pane.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/aui/
H A Dframemanager.h271 wxAuiPaneInfo& MaxSize(const wxSize& size) { max_size = size; return *this; } function in class:wxAuiPaneInfo
274 wxAuiPaneInfo& MaxSize(int x, int y) { max_size.Set(x,y); return *this; } function in class:wxAuiPaneInfo
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/ec/cpp/
H A DECSpecialTags.h377 uint64 MaxSize() const { return GetTagByNameSafe(EC_TAG_SEARCH_MAX_SIZE)->GetInt(); } function in class:CEC_Search_Tag
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DExternalConn.cpp1082 params.maxSize = search_request->MaxSize();

Completed in 192 milliseconds