Searched refs:nCharLimit (Results 1 – 2 of 2) sorted by relevance
721 int nCharLimit; /* Maximum number of characters in a cell */ member2087 if( p->spec.nCharLimit>0 in qrfRenderValue()2088 && (sqlite3_str_length(pOut) - iStartLen) > p->spec.nCharLimit in qrfRenderValue()2091 int ii = 0, w = 0, limit = p->spec.nCharLimit; in qrfRenderValue()24983 p->mode.spec.nCharLimit = DFLT_CHAR_LIMIT; in modeChange()26946 p->mode.spec.nCharLimit = 0; in dump_callback()31546 case 0: p->mode.spec.nCharLimit = w; break; in dotCmdMode()31589 p->mode.spec.nCharLimit = DFLT_CHAR_LIMIT; in dotCmdMode()31593 p->mode.spec.nCharLimit = 0; in dotCmdMode()31604 p->mode.spec.nCharLimit = C; in dotCmdMode()[all …]
2309 qrf.nCharLimit = v; in dbQrf()