Searched refs:lmax (Results 1 – 4 of 4) sorted by relevance
47 Sfoff_t lmax; member213 if(dp->lhere>dp->lmax)215 dp->lmax = dp->lhere;217 if(dp->maptable && dp->lmax > dp->maptable[dp->maptop-1].logical+CHUNK)
1206 int lcur, lmax; local1208 lcur = lmax = 0;1244 if ( lcur + len + 1 > lmax ) {1245 lmax = LDAPMOD_MAXLINE1247 if (( buf = (char *)LDAPTOOL_SAFEREALLOC( buf, lmax )) == NULL ) {
60 int32_t lmax; member
1177 ui->lmax = hidparser_find_signed_val(attribute); in hidparser_fill_usage_info()