Searched refs:nAfterKey (Results 1 – 1 of 1) sorted by relevance
541 int nAfterKey = (int)strlen(zAfterKey); in cidxDecodeAfter() local543 azAfter = cidxMalloc(&rc, sizeof(char*)*nCol + nAfterKey+1); in cidxDecodeAfter()548 memcpy(zCopy, zAfterKey, nAfterKey+1); in cidxDecodeAfter()