Home
last modified time | relevance | path

Searched refs:nresult (Results 1 – 2 of 2) sorted by relevance

/external/libedit/src/
Dreadline.c919 char *nresult = el_realloc(result, \ in history_expand()
920 (size += len + 1) * sizeof(*nresult)); \ in history_expand()
921 if (nresult == NULL) { \ in history_expand()
927 result = nresult; \ in history_expand()
1101 char **nresult; in history_tokenize() local
1103 nresult = el_realloc(result, (size_t)size * sizeof(*nresult)); in history_tokenize()
1104 if (nresult == NULL) { in history_tokenize()
1108 result = nresult; in history_tokenize()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_image.cpp965 int nresult; in LoadSMask() local
966 pFunc->Call(&input, 1, results, nresult); in LoadSMask()