Lines Matching defs:ptr
1677 const char *ptr = conn->options;1679 while(!result && ptr && *ptr) {1680 const char *key = ptr;1683 while(*ptr && *ptr != '=')1684 ptr++;1686 value = ptr + 1;1688 while(*ptr && *ptr != ';')1689 ptr++;1693 value, ptr - value);1697 if(*ptr == ';')1698 ptr++;