Lines Matching refs:ptr
108 key = qrystr->ptr; in cache_export_get_params()
112 switch(qrystr->ptr[i]) { in cache_export_get_params()
115 val = qrystr->ptr + i + 1; in cache_export_get_params()
117 qrystr->ptr[i] = '\0'; in cache_export_get_params()
129 qrystr->ptr[i] = '\0'; in cache_export_get_params()
136 key = qrystr->ptr + i + 1; in cache_export_get_params()
161 if (ds->value->ptr[0] == '\0' ||
162 ds->value->ptr[0] == '=' ||
163 ds->value->ptr[0] == ';') return -1;
167 switch(ds->value->ptr[i]) {
170 if (0 == strncmp(ds->value->ptr + key, "PHPSESSID", i - key)) {
182 buffer_copy_string_len(p->session_id, ds->value->ptr + value, i - value);
196 buffer_copy_string_len(p->session_id, ds->value->ptr + value, i - value);
288 if (lua_load(L, load_file, &rm, fn->ptr) || lua_pcall(L,0,1,0)) { in cache_parse_lua()
410 tbuf.ptr = timebuf; in cache_parse_lua()
414 tbuf.ptr = ds->value->ptr; in cache_parse_lua()
420 tbuf.ptr = NULL; in cache_parse_lua()