Searched refs:uarg (Results 1 – 2 of 2) sorted by relevance
289 if(uarg > UINT_MAX) in setopt_long()695 if(uarg > 1) in setopt_long()803 if(uarg > UINT_MAX) in setopt_long()804 uarg = UINT_MAX; in setopt_long()870 if(uarg > UINT_MAX) in setopt_long()871 uarg = UINT_MAX; in setopt_long()886 if(uarg > UINT_MAX) in setopt_long()887 uarg = UINT_MAX; in setopt_long()1180 if(uarg > UINT_MAX) in setopt_long()1341 if(uarg > UINT_MAX) in setopt_long()[all …]
3628 unsigned long uarg; local3662 uarg = va_arg(param, unsigned long);3663 if(uarg <= UINT_MAX)3664 multi->maxconnects = (unsigned int)uarg;
Completed in 33 milliseconds