Lines Matching defs:F_NOT_FOUND
286 * F_NOT_FOUND - the key was not found;
289 typedef enum {F_ERROR, F_NOT_FOUND, F_FOUND} hamt_find_t;
1110 return F_NOT_FOUND;
1142 return F_NOT_FOUND;
1312 return F_NOT_FOUND;
1339 case F_NOT_FOUND:
1450 case F_NOT_FOUND:
1539 if (res == F_ERROR || res == F_NOT_FOUND) {
1931 return F_NOT_FOUND;
2091 If a value wasn't found, the result will be set to F_NOT_FOUND.
2380 return F_NOT_FOUND;
2399 case F_NOT_FOUND:
2437 case F_NOT_FOUND:
2775 case F_NOT_FOUND:
2826 case F_NOT_FOUND: