Displaying 3 results from an estimated 3 matches for "update_field".
2005 Dec 27
0
update_field question
I''m using update_field to update a <div> with the contents of a
text_area as it''s updated by the user (a-la-Typo preview style).
I''m now trying to preload the <div> so that it shows the contents of the
field being edited even if that field doesn''t get edited. In other
words, upd...
2014 Dec 16
1
Realtime not storing voicemail password changes
...aying around and I think the problem is in the
function ast_update2_realtime in main/config.c.
Issued source is ==>
int ast_update2_realtime(const char *family, ...)
{
RAII_VAR(struct ast_variable *, lookup_fields, NULL,
ast_variables_destroy);
RAII_VAR(struct ast_variable *, update_fields, NULL,
ast_variables_destroy);
va_list ap;
va_start(ap, family);
/* XXX: If we wanted to pass no lookup fields (select all), we'd be
* out of luck. realtime_arguments_to_fields expects at least one
key
* value pair. */
realtime_arguments_to_f...
2003 Apr 16
1
pop3 coredump
...append_end = 0x805d4e4 <mail_index_append_end>,
append_abort = 0x805d590 <mail_index_append_abort>,
update_begin = 0x805f9b0 <mail_index_update_begin>,
update_end = 0x805ff68 <mail_index_update_end>,
update_abort = 0x8060050 <mail_index_update_abort>,
update_field = 0x806022c <mail_index_update_field>,
update_field_raw = 0x806025c <mail_index_update_field_raw>,
get_last_error = 0x805d618 <mail_index_get_last_error>,
get_last_error_text = 0x805d678 <mail_index_get_last_error_text>,
data = 0x80821a0, tree = 0x80900c0, modify...