Lines Matching defs:matches
1287 void **matches,
1296 if (matches && count >= matches_len) {
1310 if (matches)
1311 matches[count] = ret;
1321 void **matches,
1330 if (matches && count >= matches_len)
1340 if (matches)
1341 matches[count] = ret;
1385 * @matches: (Optional) array of pointers to fill with matches
1386 * @matches_len: Length of @matches
1391 * through the @matches array.
1393 * If @matches is %NULL @matches_len is ignored and the total number of resolved
1394 * matches is returned.
1396 * Return: Number of matches resolved, or negative errno.
1401 void **matches, unsigned int matches_len)
1410 matches, matches_len);
1412 if (matches) {
1413 matches += count_graph;
1418 matches, matches_len);