Lines Matching defs:pointer
111 int direction, unsigned char *pointer,
667 unsigned char *pointer, /* where suboption data is */
677 i = pointer[length-2];
678 j = pointer[length-1];
704 if(CURL_TELOPT_OK(pointer[0])) {
705 switch(pointer[0]) {
710 infof(data, "%s", CURL_TELOPT(pointer[0]));
713 infof(data, "%s (unsupported)", CURL_TELOPT(pointer[0]));
718 infof(data, "%d (unknown)", pointer[i]);
720 switch(pointer[0]) {
723 infof(data, "Width: %d ; Height: %d", (pointer[1]<<8) | pointer[2],
724 (pointer[3]<<8) | pointer[4]);
727 switch(pointer[1]) {
742 switch(pointer[0]) {
745 pointer[length] = 0;
746 infof(data, " \"%s\"", &pointer[2]);
749 if(pointer[1] == CURL_TELQUAL_IS) {
752 switch(pointer[i]) {
760 infof(data, "%c", pointer[i]);
768 infof(data, " %.2x", pointer[i]);