Lines Matching refs:inLine
22180 int inLine; /* should we replace entity contents or show their external form */
22189 inLine = gen_int(n_inLine, 2);
22191 ret_val = xmlNodeListGetRawString(doc, list, inLine);
22196 des_int(n_inLine, inLine, 2);
22227 int inLine; /* should we replace entity contents or show their external form */
22236 inLine = gen_int(n_inLine, 2);
22238 ret_val = xmlNodeListGetString(doc, list, inLine);
22243 des_int(n_inLine, inLine, 2);